Skip to content
Merged
Changes from all 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
10 changes: 5 additions & 5 deletions docs/whats_new/v400.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ The new version of `dotenv-linter` has a changed API. Now, you must explicitly s

Some command options have also changed:

| Option | v3.3.1 | v4.0.0 |
|---------------------------------------------|---------------------|-----------------|
| Lint checks to bypass | --skip | --ignore-checks |
| Switch to plain text output without colors | --no-color | --plain |
| Disable checking for application updates | --not-check-updates | --skip-updates |
| Option | v3.3.1 | v4.0.0 |
|---------------------------------------------|-----------------------|-------------------|
| Lint checks to bypass | `--skip` | `--ignore-checks` |
| Switch to plain text output without colors | `--no-color` | `--plain` |
| Disable checking for application updates | `--not-check-updates` | `--skip-updates` |

### 2. Schema based check 🔥

Expand Down