From f4388941d171a8e39ba175c5d287527f851fef55 Mon Sep 17 00:00:00 2001 From: Miguel Ferreira Date: Fri, 18 Mar 2016 07:13:02 +0100 Subject: [PATCH] Remove cop excpetion for tests and guardfile --- .rubocop.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index ec69ff7dc..601b9cd63 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,9 +1,3 @@ -AllCops: - Exclude: - - spec/libraries_specs/helpers_spec.rb - - Guardfile - - 'vendor/**/*' - Metrics/LineLength: Max: 160