.rubocop.yml in guard-busted-0.1.2 vs .rubocop.yml in guard-busted-1.0.0

- old
+ new

@@ -1,3 +1,7 @@ +AllCops: + NewCops: enable + Exclude: + - vendor/bundle/**/* Layout/LineLength: Max: 100 Metrics/BlockLength: IgnoredMethods: ['describe', 'context', 'shared_examples', 'it', 'before', 'namespace']