2
0

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
2 changed files with 20 additions and 4 deletions

View File

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