Extract StatusSafeReblogInsert concern from Status (#24821)
This commit is contained in:
parent
830e6cefae
commit
0b249ebdb0
3 changed files with 79 additions and 65 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue