.rubocop.yml in danger-wcc-0.0.2 vs .rubocop.yml in danger-wcc-0.0.3

- old
+ new

@@ -29,11 +29,11 @@ EnforcedStyle: template Metrics/BlockLength: Exclude: # config files where we expect long blocks - - 'danger-wm.gemspec' + - 'danger-wcc.gemspec' # spec files that might have a big describe - 'spec/**/*.rb' # dsl files https://stackoverflow.com/a/41187163 Metrics/MethodLength: @@ -41,10 +41,10 @@ Exclude: # DSL files where we expect to have long methods Metrics/ModuleLength: Exclude: - - 'lib/wm/utils.rb' + - 'lib/wcc/utils.rb' - 'spec/**/*.rb' Performance/HashEachMethods: Exclude: - 'spec/**/*.rb'