.rubocop.yml in barkibu-kb-0.16.2 vs .rubocop.yml in barkibu-kb-0.17.0
- old
+ new
@@ -19,17 +19,17 @@
Enabled: false
Metrics/BlockLength:
Max: 15
Exclude:
- - 'spec/**/*.rb'
- - 'barkibu-kb.gemspec'
- - 'barkibu-kb-*.gemspec'
+ - "spec/**/*.rb"
+ - "barkibu-kb.gemspec"
+ - "barkibu-kb-*.gemspec"
Naming/FileName:
Exclude:
- - 'lib/barkibu-kb*.rb'
+ - "lib/barkibu-kb*.rb"
Style/FrozenStringLiteralComment:
Enabled: false
Style/Documentation:
@@ -41,5 +41,8 @@
Metrics/MethodLength:
Max: 15
Metrics/ModuleLength:
Max: 110
+
+RSpec/ExampleLength:
+ CountAsOne: ["array", "heredoc", "hash"]