mirror of
https://github.com/mastodon/mastodon
synced 2025-01-09 19:33:04 +09:00
Remove app/views
rubocop rule exception for haml-lint (#33270)
This commit is contained in:
parent
43702b95a2
commit
8fa89c2db1
@ -22,6 +22,10 @@ Style/HashSyntax:
|
||||
EnforcedShorthandSyntax: either
|
||||
EnforcedStyle: ruby19_no_mixed_keys
|
||||
|
||||
Style/IfUnlessModifier:
|
||||
Exclude:
|
||||
- '**/*.haml'
|
||||
|
||||
Style/KeywordArgumentsMerging:
|
||||
Enabled: false
|
||||
|
||||
|
@ -1,5 +0,0 @@
|
||||
inherit_from: ../../.rubocop.yml
|
||||
|
||||
# Disable for the `Rubocop` lints in haml-lint
|
||||
Style/IfUnlessModifier:
|
||||
Enabled: false
|
Loading…
Reference in New Issue
Block a user