We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0005b commit 0c3f52aCopy full SHA for 0c3f52a
docs/tools/dotenv.md
@@ -25,7 +25,7 @@ CodeRabbit runs Dotenv Linter against the following file patterns:
25
- `**/.env`
26
- `**/.env.*`
27
28
-We will not run against files that do not start with `.env` (e.g., `test.env`).
+We will not run against files that do not start with `.env` (e.g., `test.env`). However `.env.dev` or `.env.local` is fine.
29
30
:::
31
0 commit comments