Remove already configured excludes from .rubocop.yml (#30741)

pull/2747/head
Matt Jankowski 2024-06-18 08:16:37 -04:00 committed by GitHub
parent 38c6825eda
commit 238dd23214
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -4,14 +4,9 @@ AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
Exclude:
- db/schema.rb
- bin/*
- node_modules/**/*
- Vagrantfile
- vendor/**/*
- config/initializers/json_ld*
- lib/mastodon/migration_helpers.rb
- lib/templates/**/*
ExtraDetails: true
NewCops: enable
TargetRubyVersion: 3.1 # Oldest supported ruby version