From 5ca382be42d953a78b06326fa54c97341d676f2b Mon Sep 17 00:00:00 2001 From: luisramos0 Date: Fri, 14 Jun 2019 13:55:47 +0100 Subject: [PATCH] Remove spec/factories.rb from rubocop exceptions, it doesnt look like a problem any longer --- .rubocop_styleguide.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.rubocop_styleguide.yml b/.rubocop_styleguide.yml index a96c96b306..c2b08f61c0 100644 --- a/.rubocop_styleguide.yml +++ b/.rubocop_styleguide.yml @@ -13,8 +13,6 @@ AllCops: - 'script/**/*' - 'vendor/**/*' - 'node_modules/**/*' - # The parser gem fails to parse this file with out current Ruby version. - - 'spec/factories.rb' # Excluding: inadequate Naming/FileName rule rejects GemFile name with camelcase - 'engines/web/Gemfile'