Disable Lint/DuplicateBranch cop for formulae and casks.
This commit is contained in:
parent
1b732ec7b2
commit
bfe9598fa9
@ -197,6 +197,10 @@ Layout/RescueEnsureAlignment:
|
||||
Lint/AmbiguousBlockAssociation:
|
||||
Enabled: false
|
||||
|
||||
Lint/DuplicateBranch:
|
||||
Exclude:
|
||||
- 'Taps/*/*/{Formula,Casks,}/*.rb'
|
||||
|
||||
# needed for lazy_object magic
|
||||
Naming/MemoizedInstanceVariableName:
|
||||
Exclude:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user