.rubocop.yml in alba-1.2.0 vs .rubocop.yml in alba-1.3.0

- old
+ new

@@ -47,10 +47,11 @@ Metrics/MethodLength: Max: 15 # `Resource` module is a core module and its length tends to be long... Metrics/ModuleLength: - Max: 150 + Exclude: + - 'lib/alba/resource.rb' # Resource class includes DSLs, which tend to accept long list of parameters Metrics/ParameterLists: Exclude: - 'lib/alba/resource.rb'