~singpolyma/cheogram-smtp

8473d07f31a62dcef378e6e56f5bbabd6755d006 — Stephen Paul Weber 7 months ago eccfa5d
Ignore dist-newstyle for lint
1 files changed, 1 insertions(+), 1 deletions(-)

M bin/lint
M bin/lint => bin/lint +1 -1
@@ 1,7 1,7 @@
#!/bin/sh -x

if find . -name '*.hs' \
	-not -path '*/dist/*' -not -path '*/.git/*' \
	-not -path '*/dist/*' -not -path '*/dist-newstyle/*' -not -path '*/.git/*' \
	-exec bin/line-check \{\} \; 2>&1 | grep '^'
then
	exit 1