Exclude file that rubocop fails to parse

This commit is contained in:
Maikel Linke
2018-05-08 15:19:44 +10:00
parent 21b96c63af
commit fcb9d1411f

View File

@@ -14,6 +14,8 @@ AllCops:
- 'vendor/**/*'
- 'node_modules/**/*'
- !ruby/regexp /old_and_unused\.rb$/
# The parser gem fails to parse this file with out current Ruby version.
- 'spec/factories.rb'
# OFN SETTINGS
# Cop settings that have been agreed upon by the OFN community