.rubocop.yml in action_policy-0.1.4 vs .rubocop.yml in action_policy-0.2.0
- old
+ new
@@ -37,9 +37,13 @@
Exclude:
- 'Rakefile'
- 'Gemfile'
- '**/*.md'
+Layout/InitialIndentation:
+ Exclude:
+ - 'CHANGELOG.md'
+
Naming/UncommunicativeMethodParamName:
Enabled: false
Naming/VariableNumber:
Exclude:
\ No newline at end of file