diff --git a/docs/CLI.md b/docs/CLI.md index 7c5926dc5..51bfb0e3f 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -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=] +: Ignore error codes provided as an argument in comma-separated values. + [--format=] : Format to display the results. Options are table, csv, and json. The default will be a table. --- @@ -57,6 +60,12 @@ By default, `.git`, `vendor` and `node_modules` directories are excluded. [--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 to override the default. ```