diff --git a/.overcommit.yml b/.overcommit.yml index 9fbb7f23..2b948875 100644 --- a/.overcommit.yml +++ b/.overcommit.yml @@ -16,9 +16,9 @@ # Uncomment the following lines to make the configuration take effect. PreCommit: - RuboCop: - enabled: true - on_warn: fail # Treat all warnings as failures +# RuboCop: +# enabled: true +# on_warn: fail # Treat all warnings as failures TrailingWhitespace: enabled: true