View Source mix recode (Recode v0.1.0)
Runs the linter.
> mix recode [options] [wildcard]
Without a wildcard argument the inputs value from the config is used.
Without the option --config file the config file .recode.exs is used. A
default .recode.exs can be generated with mix recode.gen.config.
command-line-option
Command line Option
--autocorrect,--no-autocorrect- Activates/deactivates autocrrection. Overwrites the corresponding value in the configuration.--config- specifies an alternative config file.--dry,--no-dry- Activates/deactivates the dry mode. No file is overwritten in dry mode. Overwrites the corresponding value in the configuration.--verbose,--no-verbose- Activate/deactivates the verbose mode. Overwrites the corresponding value in the configuration.