Skip to content

Commit 42773f3

Browse files
fix sidebar
1 parent 0c3f52a commit 42773f3

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

docs/tools/dotenv.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,19 @@ 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-
:::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
2016

21-
:::info
22-
23-
CodeRabbit runs Dotenv Linter against the following file patterns:
17+
Dotenv Linter will run on files with the following patterns:
2418

2519
- `**/.env`
2620
- `**/.env.*`
2721

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

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.
27+
3028
:::
3129

3230
## Features

0 commit comments

Comments
 (0)