diff --git a/eris/tools.toml b/eris/tools.toml index a62aed8..7d4306e 100644 --- a/eris/tools.toml +++ b/eris/tools.toml @@ -256,6 +256,7 @@ tools_for_extensions = [ dependencies = ["rubocop"] url = "https://rubocop.org/" command = "rubocop --color --fail-level autocorrect --display-style-guide" + patch_command = "rubocop --autocorrect" has_color = true [rustfmt]