CLI
#
usage#
rulesIndividual rules can be disabled via the --exclude
flag
.squawk.toml
configuration file#
Rules can be disabled with a configuration file.
By default, Squawk will traverse up from the current directory to find a .squawk.toml
configuration file. You may specify a custom path with the -c
or --config
flag.
The --exclude
flag will always be prioritized over the configuration file.
Example .squawk.toml
See the Squawk website for documentation on each rule with examples and reasoning.