Skip to content

Commit 363f15a

Browse files
committed
make-stylish: ignore dist-newstyle-like dirs
1 parent c81da30 commit 363f15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/format/make-stylish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ find . \
55
-name "*.hs" \
66
-and -not -path "*/.stack-work/*" \
77
-and -not -path "*/dist/*" \
8-
-and -not -path "*/dist-newstyle/*" \
8+
-and -not -path "*/*dist-newstyle*/*" \
99
-exec stylish-haskell -i {} \;

0 commit comments

Comments
 (0)