From d10e4a6ca8cd5fd557372a66624eb7468d979bc3 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sat, 11 Jan 2014 19:14:45 +0100 Subject: [PATCH] Remove unneeded excludes from config/rubocop.yml to workaround internal bug --- config/rubocop.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/rubocop.yml b/config/rubocop.yml index 65e7dbaa..2e84c9b8 100644 --- a/config/rubocop.yml +++ b/config/rubocop.yml @@ -12,9 +12,6 @@ AllCops: - 'Gemfile' - 'Gemfile.triage' - 'mutant.gemspec' - Excludes: - - '**/vendor/**' - - '**/benchmarks/**' # Avoid parameter lists longer than five parameters. ParameterLists: