(MAINT) Fix up rubocop settings and clean up inconsistent indentation
This commit is contained in:
parent
99efcb156a
commit
e4ef0ed2f8
|
@ -33,3 +33,8 @@ Gemfile.lock
|
|||
|
||||
## YARD output
|
||||
/doc/
|
||||
|
||||
## Acceptance test artifacts
|
||||
/log/
|
||||
/*.gem
|
||||
/spec/acceptance/nodesets/
|
||||
|
|
12
.rubocop.yml
12
.rubocop.yml
|
@ -83,12 +83,12 @@ Metrics/ModuleLength:
|
|||
Style/WhileUntilModifier:
|
||||
Enabled: false
|
||||
|
||||
# DISABLED - the offender is just haskell envy
|
||||
Lint/AmbiguousRegexpLiteral:
|
||||
# DISABLED
|
||||
Security/Eval:
|
||||
Enabled: false
|
||||
|
||||
# DISABLED
|
||||
Lint/Eval:
|
||||
# DISABLED - the offender is just haskell envy
|
||||
Lint/AmbiguousRegexpLiteral:
|
||||
Enabled: false
|
||||
|
||||
# DISABLED
|
||||
|
@ -304,10 +304,10 @@ Style/IndentHash:
|
|||
Enabled: false
|
||||
|
||||
Style/IndentationConsistency:
|
||||
Enabled: false
|
||||
Enabled: true
|
||||
|
||||
Style/IndentationWidth:
|
||||
Enabled: false
|
||||
Enabled: true
|
||||
|
||||
Style/EmptyLines:
|
||||
Enabled: false
|
||||
|
|
Loading…
Reference in New Issue