Skip to content

Commit

Permalink
Create embedded Go files before linting
Browse files Browse the repository at this point in the history
Otherwise we get a compile error
  • Loading branch information
bboreham committed Dec 30, 2020
1 parent 69c6851 commit 7243af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ shell:
tests: $(CODECGEN_TARGETS) prog/staticui/staticui.go prog/externalui/externalui.go
./tools/test -no-go-get -tags $(GO_BUILD_TAGS)

lint:
lint: prog/staticui/staticui.go prog/externalui/externalui.go
./tools/lint

prog/staticui/staticui.go:
Expand Down

0 comments on commit 7243af7

Please # to comment.