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'