We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb00612 + 2f5026c commit 464b3ddCopy full SHA for 464b3dd
1 file changed
Makefile
@@ -15,7 +15,7 @@ ifdef LOCAL_BIKESHED
15
.PHONY: lint watch
16
17
lint: index.bs
18
- bikeshed --print=plain --dry-run --force spec --line-numbers $<
+ bikeshed --print=plain --dry-run --die-when=late --line-numbers spec $<
19
20
watch: index.bs
21
@echo 'Browse to file://${PWD}/index.html'
0 commit comments