Skip to content

Commit

Permalink
Merge pull request #7378 from MikeMcQuaid/rubocop-remove-exceptions
Browse files Browse the repository at this point in the history
rubocop.yml: remove formula exclusions.
  • Loading branch information
MikeMcQuaid committed Apr 18, 2020
2 parents d6e0871 + 4132ccb commit b2f90b2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Library/.rubocop.yml
Expand Up @@ -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:
Expand Down

0 comments on commit b2f90b2

Please sign in to comment.