mix recode (Recode v0.8.0)
View SourceRuns the linter.
> mix recode [options] [inputs]
Without a inputs argument the inputs value from the config is used. The
inputs argument accepts a wildcard.
If inputs value is -, then the input is read from stdin.
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
-a,--autocorrect,--no-autocorrect- Activates/deactivates autocrrection. Overwrites the corresponding value in the configuration.-c,--config- specifies an alternative config file.-d,--dry,--no-dry- Activates/deactivates the dry mode. No file is overwritten in dry mode. Overwrites the corresponding value in the configuration.-v,--verbose,--no-verbose- Activate/deactivates the verbose mode. Overwrites the corresponding value in the configuration.-s,--silent- Activates the silent mode. In silent mode, only issues will be printed to the console. Without any issue no output is printed. Overwrites the corresponding value in the configuration.-t,--task, specifies the task to use. With this option, the task is used even if it is specified asactive: falsein the configuration. This option can appear multiple times in a call.--slowest-tasks- prints timing information for the N slowest tasks.--color- enables color in the output. Defaults totrueif ANSI coloring is supported.--manifest- enables reading and writing of themanifestfile. Defaults totrueif the--taskflag is not given.--force- forces a run without reading themanifestfile. A new manifest file is created.