Update haml-lint line length configuration to match rubocop value (#27570)

This commit is contained in:
Matt Jankowski 2023-10-31 05:47:16 -04:00 committed by GitHub
parent d649bbf28f
commit a916251d8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 4 deletions

View file

@ -12,3 +12,5 @@ linters:
enabled: true
MiddleDot:
enabled: true
LineLength:
max: 320