@@ -15,11 +15,11 @@
#
# Uncomment the following lines to make the configuration take effect.
-# PreCommit:
-# RuboCop:
-# enabled: true
-# on_warn: fail # Treat all warnings as failures
-#
+PreCommit:
+ RuboCop:
+ enabled: true
+ on_warn: fail # Treat all warnings as failures
+
# TrailingWhitespace:
# enabled: true
# exclude:
@@ -1,5 +1,5 @@
AllCops:
- TargetRubyVersion: 2.3
+ TargetRubyVersion: 2.2
Exclude:
- "vendor/**/*"
- "db/**/*"