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