Skip to content

Commit

Permalink
build(deps): Bump github.com/golangci/golangci-lint from 1.37.1 to 1.…
Browse files Browse the repository at this point in the history
…38.0 in /internal/tools (#2600)

* build(deps): Bump github.com/golangci/golangci-lint in /internal/tools

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.37.1 to 1.38.0.
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
- [Commits](golangci/golangci-lint@v1.37.1...v1.38.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Disable fieldalignment

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
dependabot[bot] and bogdandrutu committed Mar 13, 2021
1 parent 5b157fe commit 047b1d9
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 47 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Expand Up @@ -66,6 +66,9 @@ linters-settings:
- (github.com/golangci/golangci-lint/pkg/logutils.Log).Fatalf

enable-all: true
# TODO: Enable this and fix the alignment issues.
disable:
- fieldalignment

golint:
# minimal confidence for issues, default is 0.8
Expand Down
2 changes: 1 addition & 1 deletion internal/tools/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/client9/misspell v0.3.4
github.com/golangci/golangci-lint v1.37.1
github.com/golangci/golangci-lint v1.38.0
github.com/google/addlicense v0.0.0-20200906110928-a0294312aa76
github.com/jstemmer/go-junit-report v0.9.1
github.com/pavius/impi v0.0.3
Expand Down

0 comments on commit 047b1d9

Please sign in to comment.