Remove spec/factories.rb from rubocop exceptions, it doesnt look like a problem any longer

This commit is contained in:
luisramos0
2019-06-14 13:55:47 +01:00
parent 3259db69f0
commit 5ca382be42

View File

@@ -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'