Skip to content

Commit

Permalink
linting issues fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Sep 18, 2024
1 parent db6bb2a commit 58c7cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion do.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ pylint() {
golint() {
GO111MODULE=on CGO_ENABLED=0 go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2
GO111MODULE=on CGO_ENABLED=0 go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.0
# TODO: skip-dirs does not actually skip analysis, it just supresses warnings
if [ -z "${CI}" ]
then
Expand Down

0 comments on commit 58c7cf2

Please sign in to comment.