Skip to content

Commit

Permalink
build: disable golint (#335)
Browse files Browse the repository at this point in the history
Signed-off-by: James Hillyerd <james@hillyerd.com>
  • Loading branch information
jhillyerd committed May 9, 2024
1 parent 8f65d85 commit 1da8c2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ simplify:

lint:
@test -z "$(shell gofmt -l . | tee /dev/stderr)" || echo "[WARN] Fix formatting issues with 'make fmt'"
@golint -set_exit_status $(PKGS)
@# TODO: lint disabled until `mediatype.MediaTypeParseOptions` renamed to remove repetition.
@#@golint -set_exit_status $(PKGS)
@go vet $(PKGS)

reflex:
Expand Down

0 comments on commit 1da8c2f

Please sign in to comment.