Skip to content

Commit 33854d7

Browse files
committed
Add convenience hlint.sh script
1 parent c8c7465 commit 33854d7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

hlint.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env bash
2+
3+
set -eux
4+
5+
hlint src/
6+
hlint src/ --cpp-define=WINDOWS=1
7+
hlint test/ --cpp-simple

0 commit comments

Comments
 (0)