You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
713 B
36 lines
713 B
--- |
|
AllCops: |
|
CacheRootDirectory: tmp |
|
DisplayStyleGuide: true |
|
Exclude: |
|
- Vagrantfile |
|
- config/initializers/json_ld* |
|
- lib/mastodon/migration_helpers.rb |
|
ExtraDetails: true |
|
NewCops: enable |
|
TargetRubyVersion: 3.2 # Oldest supported ruby version |
|
|
|
inherit_from: |
|
- .rubocop/layout.yml |
|
- .rubocop/metrics.yml |
|
- .rubocop/naming.yml |
|
- .rubocop/rails.yml |
|
- .rubocop/rspec_rails.yml |
|
- .rubocop/rspec.yml |
|
- .rubocop/style.yml |
|
- .rubocop/i18n.yml |
|
- .rubocop/custom.yml |
|
- .rubocop_todo.yml |
|
- .rubocop/strict.yml |
|
|
|
inherit_mode: |
|
merge: |
|
- Exclude |
|
|
|
plugins: |
|
- rubocop-capybara |
|
- rubocop-i18n |
|
- rubocop-performance |
|
- rubocop-rails |
|
- rubocop-rspec |
|
- rubocop-rspec_rails
|
|
|