.rubocop.yml in qa_server-5.1.0 vs .rubocop.yml in qa_server-5.2.0
- old
+ new
@@ -9,10 +9,16 @@
Exclude:
- 'db/**/*'
- 'script/**/*'
- 'spec/test_app_templates/**/*'
- 'vendor/**/*'
- - 'lib/hyrax/specs/**/*'
+ - 'lib/qa_server/specs/**/*'
Lint/ImplicitStringConcatenation:
Exclude:
- 'lib/generators/qa_server/**/*'
+
+Metrics/BlockLength:
+ ExcludedMethods: ['included']
+ Exclude:
+ - 'qa_server.gemspec'
+ - 'spec/**/*.rb'