Merge pull request #147 from scotje/maint_formatting_fixes

(MAINT) Fix up rubocop settings and clean up inconsistent indentation
This commit is contained in:
Jesse Scott 2017-10-20 22:02:01 +00:00 committed by GitHub
commit a00d53f6d8
5 changed files with 49 additions and 44 deletions

5
.gitignore vendored
View File

@ -33,3 +33,8 @@ Gemfile.lock
## YARD output ## YARD output
/doc/ /doc/
## Acceptance test artifacts
/log/
/*.gem
/spec/acceptance/nodesets/

View File

@ -83,12 +83,12 @@ Metrics/ModuleLength:
Style/WhileUntilModifier: Style/WhileUntilModifier:
Enabled: false Enabled: false
# DISABLED - the offender is just haskell envy # DISABLED
Lint/AmbiguousRegexpLiteral: Security/Eval:
Enabled: false Enabled: false
# DISABLED # DISABLED - the offender is just haskell envy
Lint/Eval: Lint/AmbiguousRegexpLiteral:
Enabled: false Enabled: false
# DISABLED # DISABLED
@ -304,10 +304,10 @@ Style/IndentHash:
Enabled: false Enabled: false
Style/IndentationConsistency: Style/IndentationConsistency:
Enabled: false Enabled: true
Style/IndentationWidth: Style/IndentationWidth:
Enabled: false Enabled: true
Style/EmptyLines: Style/EmptyLines:
Enabled: false Enabled: false