.rubocop.yml in alba-1.5.0 vs .rubocop.yml in alba-1.6.0
- old
+ new
@@ -44,12 +44,14 @@
Metrics:
Exclude:
- 'test/**/*.rb'
# `Resource` module is a core module and its length tends to be long...
+# `Alba` main module is also long because it has all parts of configuration
Metrics/ModuleLength:
Exclude:
- 'lib/alba/resource.rb'
+ - 'lib/alba.rb'
# Resource class includes DSLs, which tend to accept long list of parameters
Metrics/ParameterLists:
Exclude:
- 'test/**/*.rb'