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