.rubocop.yml in andrii_codebreaker-0.1.1 vs .rubocop.yml in andrii_codebreaker-0.1.2
- old
+ new
@@ -1,5 +1,7 @@
+require: rubocop-rspec
+
AllCops:
NewCops: enable
SuggestExtensions: false
Style/Documentation:
@@ -8,9 +10,12 @@
Style/FrozenStringLiteralComment:
Enabled: false
Metrics/LineLength:
Max: 120
+
+RSpec/AnyInstance:
+ Enabled: false
Metrics/BlockLength:
Exclude:
- 'Rakefile'
- '**/*.rake'