.rubocop.yml in ad-agent_architecture-0.0.7 vs .rubocop.yml in ad-agent_architecture-0.0.8
- old
+ new
@@ -12,11 +12,11 @@
ExtraDetails: true
NewCops: enable
Exclude:
- ".builders/**/*"
- "spec/samples/**/*"
- - "lib/ad/agent_architecture/db/*"
+ - "lib/ad/agent_architecture/database/*"
Metrics/BlockLength:
Exclude:
- "**/spec/**/*"
- "*.gemspec"
@@ -42,10 +42,11 @@
Metrics/MethodLength:
Max: 25
Exclude:
- "lib/ad/agent_architecture/dsl/*"
+ - "lib/ad/agent_architecture/database/*"
Layout/LineLength:
Max: 200
# Ignores annotate output
# AllowedPatterns: ['\A# \*\*'] # this is renamed to AllowedPatterns and I need to come up with a template for this
@@ -90,9 +91,11 @@
Style/AccessorGrouping:
Enabled: false
Metrics/AbcSize:
Exclude:
- "lib/ad/agent_architecture/dsl/*"
+ - "lib/ad/agent_architecture/database/*"
+ - "lib/ad/agent_architecture/report/*"
Metrics/NoExpectationExample:
Exclude:
- "spec/ad/agent_architecture/dsl/*"
Layout/SpaceBeforeComma:
\ No newline at end of file