Skip to content

Commit 6ac6011

Browse files
committed
🙈 Can't use Rubocop in overcommit because rubocop config is too old
Signed-off-by: Peter Boling <[email protected]>
1 parent 6b54ebb commit 6ac6011

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.overcommit.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
# Uncomment the following lines to make the configuration take effect.
1717

1818
PreCommit:
19-
RuboCop:
20-
enabled: true
21-
on_warn: fail # Treat all warnings as failures
19+
# RuboCop:
20+
# enabled: true
21+
# on_warn: fail # Treat all warnings as failures
2222

2323
TrailingWhitespace:
2424
enabled: true

0 commit comments

Comments
 (0)