Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Address linter warnings for lib/checks
* Update linter configuration
* Remove redundant lint warning on non-linux platforms
  • Loading branch information
a-palchikov authored and helgi committed Jun 21, 2021
1 parent 2625bb8 commit 7675001
Show file tree
Hide file tree
Showing 9 changed files with 147 additions and 149 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ GOLINT_PACKAGES ?= \
./lib/testutils/... \
./lib/network/... \
./lib/pack/... \
./lib/utils/...
./lib/utils/... \
./lib/checks/...

GOPATH ?= $(shell go env GOPATH)

Expand Down
Loading

0 comments on commit 7675001

Please sign in to comment.