.rubocop.yml in codebreaker_manfly-0.1.1 vs .rubocop.yml in codebreaker_manfly-0.1.2
- old
+ new
@@ -1,8 +1,12 @@
+
AllCops:
TargetRubyVersion: 2.7
Style/Documentation:
+ Enabled: false
+
+Lint/UnreachableLoop:
Enabled: false
Metrics/BlockLength:
ExcludedMethods: ['describe', 'context']