tools: Let rubocop do autocorrect patches

This commit is contained in:
Andrew Hamilton 2025-06-27 23:18:17 +10:00
parent 267a100b09
commit 327852af40

View file

@ -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]