From 4132ccbf66ec3bb8ca0a44aeed355cba4e1e8bca Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 18 Apr 2020 14:53:32 +0100 Subject: [PATCH] rubocop.yml: remove formula exclusions. These have now been fixed so are no longer needed. --- Library/.rubocop.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 3a800ba50d..81c1dc6692 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -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: