mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Fix Rails/OutputSafety cop from rubocop todo via inline disable (#34893)
This commit is contained in:
parent
efe8def0c6
commit
6d12831686
2 changed files with 2 additions and 6 deletions
|
|
@ -27,10 +27,6 @@ Metrics/CyclomaticComplexity:
|
|||
Metrics/PerceivedComplexity:
|
||||
Max: 27
|
||||
|
||||
Rails/OutputSafety:
|
||||
Exclude:
|
||||
- 'config/initializers/simple_form.rb'
|
||||
|
||||
# This cop supports safe autocorrection (--autocorrect).
|
||||
# Configuration parameters: AllowedVars.
|
||||
Style/FetchEnvVar:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue