-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update golangci and address complaints (#3500)
* feat(golangci): update to 1.53.3 * fix(siren): fix golangci complaints * fix(makefile): make run-server work * feat(golangci): enable gocritic * fix(s-m): make sure that qb.Query end up .Released --------- Co-authored-by: Dmitry Kropachev <[email protected]>
- Loading branch information
1 parent
2076539
commit 389b408
Showing
41 changed files
with
154 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ rm -f "${LOCAL_BIN}"/* | |
echo "==> Installing Go packages at ${LOCAL_BIN}" | ||
|
||
export GOBIN=${LOCAL_BIN} | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.1 | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.53.3 | ||
go install github.com/goreleaser/[email protected] | ||
go install github.com/go-enry/go-license-detector/v4/cmd/license-detector@latest | ||
go install github.com/golang/mock/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.