Exclude frontend/node_modules for rubocop

[skip ci]
This commit is contained in:
Christophe Bliard
2022-06-24 17:57:53 +02:00
parent da309713c3
commit ca6a9f8684
+6 -1
View File
@@ -3,12 +3,17 @@ require:
- rubocop-rspec
- ./lib_static/rubocop/cop/open_project/use_service_result_factory_methods.rb
inherit_mode:
merge:
# adding files to Exclude should merge with inherited instead of replacing
- Exclude
AllCops:
TargetRubyVersion: 3.1
# Enable any new cops in new versions by default
NewCops: enable
Exclude:
- db/schema.rb
- '**/node_modules/**/*'
Gemspec/RequiredRubyVersion:
Exclude: