Extract StatusSafeReblogInsert concern from Status (#24821)

This commit is contained in:
Matt Jankowski
2023-05-04 08:06:20 -04:00
committed by GitHub
parent 830e6cefae
commit 0b249ebdb0
3 changed files with 79 additions and 65 deletions

View File

@ -192,6 +192,12 @@ Lint/Void:
Metrics/AbcSize:
Max: 150
# Configuration parameters: CountComments, Max, CountAsOne, AllowedMethods, AllowedPatterns, inherit_mode.
# AllowedMethods: refine
Metrics/BlockLength:
Exclude:
- 'app/models/concerns/status_safe_reblog_insert.rb'
# Configuration parameters: CountBlocks, Max.
Metrics/BlockNesting:
Exclude: