Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 675 Bytes

wolfictl_lint.md

File metadata and controls

34 lines (22 loc) · 675 Bytes

wolfictl lint

Lint the code

Usage

wolfictl lint [flags]

Synopsis

Lint the code

Options

  -h, --help                    help for lint
  -l, --list                    prints the all of available rules and exits
  -s, --severity string         minimum severity level to report (error, warning, info) (default "warning")
      --skip-rule stringArray   list of rules to skip

Options inherited from parent commands

      --log-level string   log level (e.g. debug, info, warn, error) (default "WARN")

SEE ALSO