Ignore html_safe in erb files (#5913)

This commit is contained in:
Josh Puetz 2020-02-05 12:26:41 -05:00 committed by GitHub
parent 3260270103
commit 41481b532f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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