Merge pull request #7378 from MikeMcQuaid/rubocop-remove-exceptions

rubocop.yml: remove formula exclusions.
This commit is contained in:
Mike McQuaid 2020-04-18 15:12:51 +01:00 committed by GitHub
commit b2f90b2877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,11 +15,6 @@ AllCops:
# don't allow cops to be disabled in formulae
Style/DisableCopsWithinSourceCodeDirective:
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
Layout/HashAlignment: