.rubocop.yml in procon_bypass_man-0.3.8.1 vs .rubocop.yml in procon_bypass_man-0.3.9

- old
+ new

@@ -14,11 +14,19 @@ Enabled: false Naming: Enabled: false +Layout/AccessModifierIndentation: + Enabled: true + +Layout/IndentationConsistency: + Enabled: true + Lint/ConstantDefinitionInBlock: - Enabled: false + Enabled: true + Exclude: + - 'spec/**/*.rb' Lint/UselessAssignment: Enabled: false Lint/EmptyBlock: Enabled: false Lint/ReturnInVoidContext: