rubocop: exclude new cop.
This doesn't look good for DSLs.
This commit is contained in:
parent
d4461a2728
commit
7cc48a03d5
@ -54,6 +54,14 @@ FormulaAudit:
|
||||
FormulaAuditStrict:
|
||||
Enabled: true
|
||||
|
||||
# makes DSL usage ugly.
|
||||
Layout/SpaceBeforeBrackets:
|
||||
Exclude:
|
||||
- "**/*_spec.rb"
|
||||
- "Taps/*/*/*.rb"
|
||||
- "/**/{Formula,Casks}/*.rb"
|
||||
- "**/{Formula,Casks}/*.rb"
|
||||
|
||||
# Use `<<~` for heredocs.
|
||||
Layout/HeredocIndentation:
|
||||
Enabled: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user