mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Exclude frontend/node_modules for rubocop
[skip ci]
This commit is contained in:
+6
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user