mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
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:
@@ -12,6 +12,7 @@ AllCops:
|
||||
- 'config/**/*'
|
||||
- 'script/**/*'
|
||||
- 'vendor/**/*'
|
||||
- 'node_modules/**/*'
|
||||
- !ruby/regexp /old_and_unused\.rb$/
|
||||
|
||||
# OFN SETTINGS
|
||||
|
||||
Reference in New Issue
Block a user