We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f7475 commit 80c824aCopy full SHA for 80c824a
1 file changed
Makefile
@@ -29,7 +29,8 @@ ifdef DEBUG
29
bindata_flags = -debug
30
endif
31
32
-all: format staticcheck build test
+# TODO(jkohen): Reenable staticcheck once it no longer crashes.
33
+all: format build test
34
35
style:
36
@echo ">> checking code style"
0 commit comments