Exclude node_modules from rubocop analysis

I don't need to see offences for node modules when I run rubocop locally
This commit is contained in:
Rob Harrington
2017-07-20 16:14:44 +10:00
committed by Rob H
parent 705295049e
commit 3bb6d68adf

View File

@@ -12,6 +12,7 @@ AllCops:
- 'config/**/*'
- 'script/**/*'
- 'vendor/**/*'
- 'node_modules/**/*'
- !ruby/regexp /old_and_unused\.rb$/
# OFN SETTINGS