2
0

Remove app/views rubocop rule exception for haml-lint (#33270)

This commit is contained in:
Matt Jankowski
2024-12-11 10:50:56 -05:00
committed by GitHub
parent 43702b95a2
commit 8fa89c2db1
2 changed files with 4 additions and 5 deletions

View File

@@ -22,6 +22,10 @@ Style/HashSyntax:
EnforcedShorthandSyntax: either
EnforcedStyle: ruby19_no_mixed_keys
Style/IfUnlessModifier:
Exclude:
- '**/*.haml'
Style/KeywordArgumentsMerging:
Enabled: false

View File

@@ -1,5 +0,0 @@
inherit_from: ../../.rubocop.yml
# Disable for the `Rubocop` lints in haml-lint
Style/IfUnlessModifier:
Enabled: false