.rubocop.yml in danger-pmd-0.0.5 vs .rubocop.yml in danger-pmd-0.1.0

- old
+ new

@@ -21,14 +21,14 @@ Lint/UselessAssignment: Exclude: - '**/spec/**/*' # We could potentially enable the 2 below: -Layout/IndentFirstHashElement: +Layout/FirstHashElementIndentation: Enabled: false -Layout/AlignHash: +Layout/HashAlignment: Enabled: false # HoundCI doesn't like this rule Layout/DotPosition: Enabled: false @@ -122,16 +122,21 @@ Metrics/BlockLength: Max: 345 Exclude: - "**/*_spec.rb" +Metrics/ModuleLength: + Max: 100 + Exclude: + - "**/*_spec.rb" + Style/MixinGrouping: Enabled: false Style/FileName: Enabled: false -Layout/IndentHeredoc: +Layout/HeredocIndentation: Enabled: false Style/SpecialGlobalVars: Enabled: false