Disable Metrics/* cops (#35000)

This commit is contained in:
Matt Jankowski 2025-08-20 13:04:36 -04:00 committed by GitHub
parent 181134153d
commit 20a71a5479
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 23 deletions

View file

@ -1,17 +1,21 @@
---
Metrics/AbcSize:
Exclude:
- lib/mastodon/cli/*.rb
Enabled: false
Metrics/BlockLength:
Enabled: false
Metrics/BlockNesting:
Enabled: false
Metrics/ClassLength:
Enabled: false
Metrics/CollectionLiteralLength:
Enabled: false
Metrics/CyclomaticComplexity:
Exclude:
- lib/mastodon/cli/*.rb
Enabled: false
Metrics/MethodLength:
Enabled: false
@ -20,4 +24,7 @@ Metrics/ModuleLength:
Enabled: false
Metrics/ParameterLists:
CountKeywordArgs: false
Enabled: false
Metrics/PerceivedComplexity:
Enabled: false