golangci-lint --help

Smart, fast linters runner.

Usage:
  golangci-lint [flags]
  golangci-lint [command]

Available Commands:
  cache       Cache control and information.
  completion  Generate the autocompletion script for the specified shell
  config      Configuration file information and verification.
  custom      Build a version of golangci-lint with custom linters.
  fmt         Format Go source files.
  formatters  List current formatters configuration.
  help        Display extra help
  linters     List current linters configuration.
  migrate     Migrate configuration file from v1 to v2.
  run         Lint the code.
  version     Display the golangci-lint version.

Flags:
      --color string   Use color when printing; can be 'always', 'auto', or 'never' (default "auto")
  -h, --help           Help for a command
  -v, --verbose        Verbose output
      --version        Print version

Use "golangci-lint [command] --help" for more information about a command.
