.overcommit.yml in ruby_isds-0.12.0 vs .overcommit.yml in ruby_isds-0.13.0

- old
+ new

@@ -39,9 +39,11 @@ enabled: true command: ['bundle', 'exec', 'rubocop'] TrailingWhitespace: enabled: true + exclude: + - 'spec/**/*' BundleAudit: enabled: true