rubocop.yml: remove formula exclusions.

These have now been fixed so are no longer needed.
This commit is contained in:
Mike McQuaid 2020-04-18 14:53:32 +01:00
parent 3254db8b2a
commit 4132ccbf66
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

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