Skip to content

Commit 0c3f52a

Browse files
add note on dotenv
1 parent 0b0005b commit 0c3f52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tools/dotenv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CodeRabbit runs Dotenv Linter against the following file patterns:
2525
- `**/.env`
2626
- `**/.env.*`
2727

28-
We will not run against files that do not start with `.env` (e.g., `test.env`).
28+
We will not run against files that do not start with `.env` (e.g., `test.env`). However `.env.dev` or `.env.local` is fine.
2929

3030
:::
3131

0 commit comments

Comments
 (0)