Skip to content

Commit 3aeb648

Browse files
authored
Merge pull request #992 from herbie-fp/fmt-tweaks
Don't format unrelated subfolders
2 parents f998550 + bc7afbd commit 3aeb648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ hooks:
5858
echo "make fmt" >>.git/hooks/pre-commit
5959

6060
fmt:
61-
raco fmt -i $(shell find . -name '*.rkt')
61+
@raco fmt -i $(shell find egg-herbie/ src/ infra/ -name '*.rkt')
6262

6363
# This rule is run by herbie.uwplse.org on every commit to Github.
6464
# It does not restart the demo server, but it does pull new static content

0 commit comments

Comments
 (0)