Skip to content

Commit 5b9bd44

Browse files
Fix/dotenv (#449)
* add note on dotenv * add note on dotenv * fix sidebar
1 parent 626d15d commit 5b9bd44

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/tools/dotenv.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
1212

1313
[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.
1414

15+
## Files
16+
17+
Dotenv Linter will run on files with the following patterns:
18+
19+
- `**/.env`
20+
- `**/.env.*`
21+
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.
23+
1524
:::note
1625

1726
Dotenv Linter does not require configuration to run and automatically anlysises `.env` files. If no configuration file is found, it will use default settings.

0 commit comments

Comments
 (0)