.rubocop.yml in keycard-0.1.2 vs .rubocop.yml in keycard-0.2.0
- old
+ new
@@ -24,7 +24,13 @@
Metrics/BlockLength:
Exclude:
- '*.gemspec'
ExcludedMethods: ['describe', 'context']
+Naming/UncommunicativeMethodParamName:
+ AllowedNames: ['db']
+
Style/StringLiterals:
Enabled: false
+
+Style/ClassAndModuleChildren:
+ EnforcedStyle: compact