spec_helper_acceptance_local.rb: improve comment about lsb-release
[puppet-modules/puppetlabs-apt.git] / .rubocop.yml
index 33c33fa52a19154bcf7aa4e403a1f4cc0a1f7328..18238372e4bac4907c73f1a864e9147d6c12788f 100644 (file)
@@ -89,6 +89,8 @@ Performance/CaseWhenSplat:
 Performance/Casecmp:
   Enabled: true
 Performance/CollectionLiteralInLoop:
+  Exclude:
+  - spec/**/*
   Enabled: true
 Performance/CompareWithBlock:
   Enabled: true
@@ -308,6 +310,8 @@ Metrics/PerceivedComplexity:
   Enabled: false
 Migration/DepartmentName:
   Enabled: false
+Naming/AccessorMethodName:
+  Enabled: false
 Naming/BlockParameterName:
   Enabled: false
 Naming/HeredocDelimiterCase: