forked from containers/buildah
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: update golangci-lint to v1.18.0
Update golangci-lint to v1.18.0. Purely out of neccessity to get the tests/tools/go.mod into a working state. The previous version had a non-existent dependency which broke all attempts to do anything. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
- Loading branch information
Showing
61 changed files
with
2,247 additions
and
785 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ linters: | |
- depguard | ||
- dupl | ||
- errcheck | ||
- funlen | ||
- gochecknoglobals | ||
- gochecknoinits | ||
- goconst | ||
|
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
module github.com/containers/buildah/tests/tools | ||
|
||
go 1.12 | ||
go 1.14 | ||
|
||
require ( | ||
github.com/cpuguy83/go-md2man v1.0.10 | ||
github.com/golangci/golangci-lint v1.17.1 | ||
github.com/golangci/golangci-lint v1.18.0 | ||
github.com/onsi/ginkgo v1.8.0 | ||
github.com/vbatts/git-validation v1.0.0 | ||
) |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.