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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ fix: build
$(GOPATH1)/bin/algofix */

lint: deps
$(GOPATH1)/bin/golint ./...
$(GOPATH1)/bin/golangci-lint run -c .golangci.yml

vet:
go vet ./...
Expand Down
1 change: 1 addition & 0 deletions scripts/buildtools/install_buildtools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,4 @@ install_go_module github.com/go-swagger/go-swagger github.com/go-swagger/go-swag
install_go_module github.com/algorand/msgp
install_go_module gotest.tools/gotestsum
install_go_module github.com/algorand/oapi-codegen github.com/algorand/oapi-codegen/cmd/oapi-codegen
install_go_module github.com/golangci/golangci-lint/cmd/golangci-lint
Comment thread
algojack marked this conversation as resolved.
1 change: 1 addition & 0 deletions scripts/buildtools/versions
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ github.com/algorand/msgp v1.1.52
github.com/algorand/oapi-codegen v1.3.7
github.com/go-swagger/go-swagger v0.25.0
gotest.tools/gotestsum v1.6.4
github.com/golangci/golangci-lint/cmd/golangci-lint v1.41.1
Comment thread
cce marked this conversation as resolved.
1 change: 1 addition & 0 deletions scripts/check_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ GO_DEPS=(
"$GO_BIN/golint"
"$GO_BIN/stringer"
"$GO_BIN/msgp"
"$GO_BIN/golangci-lint"
)

check_deps() {
Expand Down