alint 0.4.1

Language-agnostic linter for repository structure, file existence, filename conventions, and file content rules.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Language-agnostic linter for repository structure, existence, naming, and content rules

Usage: alint [OPTIONS] [COMMAND]

Commands:
  check    Run linters against the current (or given) directory. Default command
  list     List all rules loaded from the effective config
  explain  Show a rule's definition
  fix      Apply automatic fixes for violations whose rules declare one
  help     Print this message or the help of the given subcommand(s)

Options:
  -c, --config <CONFIG>  Path to a config file (repeatable; later overrides earlier)
  -f, --format <FORMAT>  Output format [default: human]
      --no-gitignore     Disable .gitignore handling (overrides config)
      --fail-on-warning  Treat warnings as errors for exit-code purposes
  -h, --help             Print help
  -V, --version          Print version