.rubocop.yml in guard-busted-1.0.0 vs .rubocop.yml in guard-busted-1.0.1
- old
+ new
@@ -1,8 +1,8 @@
-AllCops:
+AllCops:
NewCops: enable
Exclude:
- vendor/bundle/**/*
Layout/LineLength:
- Max: 100
+ Max: 150
Metrics/BlockLength:
IgnoredMethods: ['describe', 'context', 'shared_examples', 'it', 'before', 'namespace']