Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ lint:
# go install golang.org/x/lint/golint@latest
# golint ./...
go install github.com/mgechev/revive@latest
revive -exclude internal/... ./...
go install github.com/alexkohler/prealloc@latest
prealloc ./...
revive -exclude internal/examples/... -exclude internal/benchmark/... ./...
# go install github.com/alexkohler/prealloc@latest
# prealloc ./...

.PHONY: readme
readme:
Expand Down
Loading