Skip to content

Commit 7b20044

Browse files
authored
Add --no-summary flag to haml-lint (sds#484)
Haml-lint now prints a summary at the end of the run. E.g. 11 files inspected, 1 lint detected We need to disable that so that overcommit can parse the output correctly. Here's some more context: sds/haml-lint#176 This will help resolve some of the issues seen in sds#483.
1 parent fc4e7de commit 7b20044

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/default.yml

+1
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ PreCommit:
288288
description: 'Analyze with haml-lint'
289289
required_executable: 'haml-lint'
290290
install_command: 'gem install haml-lint'
291+
flags: ['--no-summary']
291292
include: '**/*.haml'
292293

293294
HardTabs:

0 commit comments

Comments
 (0)