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:
|
Lint/AmbiguousBlockAssociation:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
Lint/DuplicateBranch:
|
||||||
|
Exclude:
|
||||||
|
- 'Taps/*/*/{Formula,Casks,}/*.rb'
|
||||||
|
|
||||||
# needed for lazy_object magic
|
# needed for lazy_object magic
|
||||||
Naming/MemoizedInstanceVariableName:
|
Naming/MemoizedInstanceVariableName:
|
||||||
Exclude:
|
Exclude:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user