From 3a73c6c9b2f158bd9058c504efa12bbd6477eebd Mon Sep 17 00:00:00 2001 From: Jan Viljanen <527069+javian@users.noreply.github.com> Date: Sun, 30 Sep 2018 16:40:20 +0200 Subject: [PATCH] remove exclusions --- Library/Homebrew/.rubocop.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Library/Homebrew/.rubocop.yml b/Library/Homebrew/.rubocop.yml index 5015afdefb..da003e380b 100644 --- a/Library/Homebrew/.rubocop.yml +++ b/Library/Homebrew/.rubocop.yml @@ -9,8 +9,6 @@ AllCops: - 'bin/*' - '**/Casks/**/*' - '**/vendor/**/*' - - 'extend/**/*_spec.rb' - - 'software_spec.rb' # make rspec formatting more flexible Layout/MultilineMethodCallIndentation: