From fcb9d1411fcd7bc2109bd156d7573116f132412b Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Tue, 8 May 2018 15:19:44 +1000 Subject: [PATCH] Exclude file that rubocop fails to parse --- .rubocop.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 3edb24aad7..25acf35f57 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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