We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c7465 commit 33854d7Copy full SHA for 33854d7
hlint.sh
@@ -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