--help,-h | Show help for elm-review |
--unsuppress | Include suppressed errors in the error report for all rules |
--rules <command...> | Run with a subsection of the rules in the configuration. Specify them by their name, and separate them by commas |
--watch | Re-run elm-review automatically when your project or configuration changes |
--watch-code | Re-run elm-review automatically when your project changes |
--elmjson <command> | Specify the path to the elm.json file of the project |
--config <command> | Use the review configuration in the specified directory |
--template <command> | Use the review configuration from a GitHub repository |
--compiler <command> | Specify the path to the elm compiler |
--version,-v | Print the version of the elm-review CLI |
--debug | Add helpful information to debug your configuration or rules |
--report <command> | Error reports will be in JSON format |
--no-details | Hide the details from error reports for a more compact view |
--ignore-dirs <command...> | Ignore the reports of all rules for the specified directories |
--ignore-files <command...> | Ignore the reports of all rules for the specified files |
--fix | Elm Review will present fixes for the errors that offer an automatic fix, which you can then accept or refuse one by one |
--fix-all | Elm Review will present a single fix containing the application of all available automatic fixes, which you can then accept or refuse |
--elm-format-path <command> | Specify the path to elm-format |