Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Lint warnings #14 (#2521)
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 Jun 10, 2021
1 parent 5118405 commit 073ba0e
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 073ba0e

Please sign in to comment.