mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
rubocop.yml: remove formula exclusions.
These have now been fixed so are no longer needed.
This commit is contained in:
parent
3254db8b2a
commit
4132ccbf66
@ -15,11 +15,6 @@ AllCops:
|
|||||||
# don't allow cops to be disabled in formulae
|
# don't allow cops to be disabled in formulae
|
||||||
Style/DisableCopsWithinSourceCodeDirective:
|
Style/DisableCopsWithinSourceCodeDirective:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
Exclude:
|
|
||||||
# TODO: really long lines but hard to resolve (but would be nice to do).
|
|
||||||
- '**/Formula/libgraphqlparser.rb'
|
|
||||||
# TODO: false positive in RuboCop, see if it can be worked around/fixed.
|
|
||||||
- '**/Formula/rpm.rb'
|
|
||||||
|
|
||||||
# make our hashes consistent
|
# make our hashes consistent
|
||||||
Layout/HashAlignment:
|
Layout/HashAlignment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user