---
linters:
- SelfClosingTag:
- enabled: false
- SpaceInHtmlTag:
+ AllowedScriptType:
enabled: true
+ disallow_inline_scripts: true
Rubocop:
enabled: true
rubocop_config:
- .rubocop.yml
Layout/InitialIndentation:
Enabled: false
- Layout/TrailingBlankLines:
+ Layout/TrailingEmptyLines:
Enabled: false
Layout/TrailingWhitespace:
Enabled: false
Enabled: false
Rails/OutputSafety:
Enabled: false
+ SelfClosingTag:
+ enabled: false
+ SpaceInHtmlTag:
+ enabled: true
exclude:
- '**/vendor/**'