Disable Lint/DuplicateBranch cop for formulae and casks.

This commit is contained in:
Markus Reiter 2020-11-16 03:13:39 +01:00
parent 1b732ec7b2
commit bfe9598fa9

View File

@ -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: