Skip to content

Commit

Permalink
Add convenience hlint.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Oct 22, 2017
1 parent c8c7465 commit 33854d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hlint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

set -eux

hlint src/
hlint src/ --cpp-define=WINDOWS=1
hlint test/ --cpp-simple

0 comments on commit 33854d7

Please sign in to comment.