Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Fix/dotenv #449

Merged
merged 3 commits into from
Jul 15, 2025
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/tools/dotenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ Dotenv Linter does not require configuration to run and automatically anlysises

:::

:::info

CodeRabbit runs Dotenv Linter against the following file patterns:

- `**/.env`
- `**/.env.*`

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

:::

## Features

Dotenv Linter can detect:
Expand Down