Skip to content

Commit

Permalink
Update CLI docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar committed Jan 17, 2025
1 parent 5c49c35 commit 0c1affc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Runs plugin check.
: Exclude checks provided as an argument in comma-separated values, e.g. i18n_usage, late_escaping.
Applies after evaluating `--checks`.
[--ignore-codes=<checks>]
: Ignore error codes provided as an argument in comma-separated values.
[--format=<format>]
: Format to display the results. Options are table, csv, and json. The default will be a table.
---
Expand Down Expand Up @@ -57,6 +60,12 @@ By default, `.git`, `vendor` and `node_modules` directories are excluded.
[--warning-severity=<warning-severity>]
: Warning severity level.
[--include-low-severity-errors]
: Include errors with lower severity than the threshold as other type.
[--include-low-severity-warnings]
: Include warnings with lower severity than the threshold as other type.
[--slug=<slug>]
: Slug to override the default.
```
Expand Down

0 comments on commit 0c1affc

Please sign in to comment.