rubocop.yml: disable some buggy cops.
This commit is contained in:
parent
eea27d9a60
commit
27e8c117e4
@ -54,6 +54,12 @@ FormulaAudit:
|
|||||||
FormulaAuditStrict:
|
FormulaAuditStrict:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
# TODO: try to re-enable in RuboCop >=1.9.1
|
||||||
|
Lint/SymbolConversion:
|
||||||
|
Enabled: false
|
||||||
|
Style/EvalWithLocation:
|
||||||
|
Enabled: false
|
||||||
|
|
||||||
# makes DSL usage ugly.
|
# makes DSL usage ugly.
|
||||||
Layout/SpaceBeforeBrackets:
|
Layout/SpaceBeforeBrackets:
|
||||||
Exclude:
|
Exclude:
|
||||||
@ -204,7 +210,8 @@ Rails/TimeZone:
|
|||||||
|
|
||||||
# Don't allow cops to be disabled in casks and formulae.
|
# Don't allow cops to be disabled in casks and formulae.
|
||||||
Style/DisableCopsWithinSourceCodeDirective:
|
Style/DisableCopsWithinSourceCodeDirective:
|
||||||
Enabled: true
|
# TODO: try to re-enable in RuboCop >=1.9.1
|
||||||
|
Enabled: false
|
||||||
Include:
|
Include:
|
||||||
- "Taps/*/*/*.rb"
|
- "Taps/*/*/*.rb"
|
||||||
- "/**/{Formula,Casks}/*.rb"
|
- "/**/{Formula,Casks}/*.rb"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user