You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tools/dotenv.md
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -12,21 +12,19 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
12
12
13
13
[Dotenv Linter](https://github.com/dotenv-linter/dotenv-linter) is a lightning-fast linter for`.env` files. It helps ensure your environment files are consistent, typo-free, and follow best practices.
14
14
15
-
:::note
16
-
17
-
Dotenv Linter does not require configuration to run and automatically anlysises`.env` files. If no configuration file is found, it will use default settings.
18
-
19
-
:::
15
+
##Files
20
16
21
-
:::info
22
-
23
-
CodeRabbit runs Dotenv Linter against the following file patterns:
17
+
Dotenv Linter will run on files with the following patterns:
24
18
25
19
-`**/.env`
26
20
-`**/.env.*`
27
21
28
22
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
23
24
+
:::note
25
+
26
+
Dotenv Linter does not require configuration to run and automatically anlysises`.env` files. If no configuration file is found, it will use default settings.