Ignore html_safe in erb files (#5913)
This commit is contained in:
parent
3260270103
commit
41481b532f
1 changed files with 4 additions and 2 deletions
|
|
@ -21,9 +21,11 @@ linters:
|
|||
- .rubocop.yml
|
||||
Layout/InitialIndentation:
|
||||
Enabled: false
|
||||
Layout/LineLength:
|
||||
Max: 289
|
||||
Layout/TrailingEmptyLines:
|
||||
Enabled: false
|
||||
Lint/UselessAssignment:
|
||||
Enabled: false
|
||||
Metrics/LineLength:
|
||||
Max: 289
|
||||
Rails/OutputSafety:
|
||||
Enabled: false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue