Skip to content

Commit 80c824a

Browse files
authored
Disable staticcheck because it's crashing. (#140)
1 parent 84f7475 commit 80c824a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ ifdef DEBUG
2929
bindata_flags = -debug
3030
endif
3131

32-
all: format staticcheck build test
32+
# TODO(jkohen): Reenable staticcheck once it no longer crashes.
33+
all: format build test
3334

3435
style:
3536
@echo ">> checking code style"

0 commit comments

Comments
 (0)