Skip to content

Commit 0b0005b

Browse files
add note on dotenv
1 parent 626d15d commit 0b0005b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/tools/dotenv.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ Dotenv Linter does not require configuration to run and automatically anlysises
1818

1919
:::
2020

21+
:::info
22+
23+
CodeRabbit runs Dotenv Linter against the following file patterns:
24+
25+
- `**/.env`
26+
- `**/.env.*`
27+
28+
We will not run against files that do not start with `.env` (e.g., `test.env`).
29+
30+
:::
31+
2132
## Features
2233

2334
Dotenv Linter can detect:

0 commit comments

Comments
 (0)