MarioCarrion / nit

Opinionated code organization linter for Go projects.
MIT License
19 stars 0 forks source link

Bump github.com/golangci/golangci-lint from 1.23.8 to 1.52.1 #32

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/golangci/golangci-lint from 1.23.8 to 1.52.1.

Release notes

Sourced from github.com/golangci/golangci-lint's releases.

v1.52.1

Changelog

  • e394120f build(deps): bump actions/setup-go from 3 to 4 (#3707)
  • d92b38cc fix: combination of --fix and --path-prefix (#3700)
  • 076f6b91 fix: improve panic management (#3710)

v1.52.0

Changelog

  • 530ac9cf build(deps): bump github.com/Abirdcfly/dupword from 0.0.9 to 0.0.11 (#3685)
  • b88bb978 build(deps): bump github.com/Antonboom/errname from 0.1.7 to 0.1.8 (#3660)
  • a823b3f1 build(deps): bump github.com/Antonboom/errname from 0.1.8 to 0.1.9 (#3672)
  • 4e1f615e build(deps): bump github.com/Antonboom/nilnil from 0.1.1 to 0.1.2 (#3658)
  • c6231164 build(deps): bump github.com/Antonboom/nilnil from 0.1.2 to 0.1.3 (#3679)
  • 3a1f50d1 build(deps): bump github.com/ashanbrown/forbidigo from 1.4.0 to 1.5.1 (#3639)
  • a68dc433 build(deps): bump github.com/breml/bidichk from 0.2.3 to 0.2.4 (#3680)
  • 767060f2 build(deps): bump github.com/breml/errchkjson from 0.3.0 to 0.3.1 (#3684)
  • 73c0b5ec build(deps): bump github.com/charithe/durationcheck from 0.0.9 to 0.0.10 (#3661)
  • 6aa4e0f5 build(deps): bump github.com/daixiang0/gci from 0.9.1 to 0.10.1 (#3686)
  • 36a26718 build(deps): bump github.com/fatih/color from 1.14.1 to 1.15.0 (#3681)
  • e27b129e build(deps): bump github.com/go-critic/go-critic from 0.6.7 to 0.7.0 (#3701)
  • ca5738e1 build(deps): bump github.com/junk1tm/musttag from 0.4.5 to 0.5.0 (#3624)
  • 737f3e23 build(deps): bump github.com/kkHAIKE/contextcheck from 1.1.3 to 1.1.4 (#3693)
  • 97ca788e build(deps): bump github.com/maratori/testpackage from 1.1.0 to 1.1.1 (#3676)
  • 77d398e6 build(deps): bump github.com/mgechev/revive from 1.2.5 to 1.3.0 (#3698)
  • ca9e2107 build(deps): bump github.com/mgechev/revive from 1.3.0 to 1.3.1 (#3702)
  • a76f37c1 build(deps): bump github.com/moricho/tparallel from 0.2.1 to 0.3.0 (#3687)
  • 49ce80ae build(deps): bump github.com/nunnatsa/ginkgolinter from 0.8.1 to 0.9.0 (#3643)
  • f0dbc757 build(deps): bump github.com/polyfloyd/go-errorlint from 1.1.0 to 1.2.0 (#3636)
  • ccf80255 build(deps): bump github.com/polyfloyd/go-errorlint from 1.2.0 to 1.3.0 (#3675)
  • 1368d92e build(deps): bump github.com/polyfloyd/go-errorlint from 1.3.0 to 1.4.0 (#3695)
  • e09c247e build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.1 to 3.23.2 (#3659)
  • a4d2362d build(deps): bump github.com/sonatard/noctx from 0.0.1 to 0.0.2 (#3696)
  • a3cc9c2e build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#3637)
  • 11c2aed7 build(deps): bump github.com/tdakkota/asciicheck from 0.1.1 to 0.2.0 (#3694)
  • 7d1255df build(deps): bump github.com/timonwong/loggercheck from 0.9.3 to 0.9.4 (#3657)
  • 3af8234c build(deps): bump github.com/tomarrell/wrapcheck/v2 from 2.8.0 to 2.8.1 (#3640)
  • 67925097 build(deps): bump golang.org/x/net from 0.0.0-20220624214902-1bab6f366d9e to 0.7.0 in /scripts/gen_github_action_config (#3647)
  • 71be32a1 build(deps): bump golang.org/x/net from 0.0.0-20220805013720-a33c5aa5df48 to 0.7.0 in /tools (#3648)
  • c01eca8a build(deps): bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 in /scripts/gen_github_action_config (#3664)
  • 59f1c6e4 build(deps): bump honnef.co/go/tools from 0.4.2 to 0.4.3 (#3699)
  • 55d800ec build(deps): bump sonatype-nexus-community/nancy-github-action from 1.0.2 to 1.0.3 (#3665)
  • 6c21f049 chore: fix nancy
  • 075691c4 feat: add TeamCity output format (#3606)
  • 985efcc1 feat: check only changed files in pre-commit hook (#3521)
  • b40a5443 fix: consider path prefix when matching path patterns (#3571)
  • d7c29985 godox: bump to HEAD (#3697)
  • 610a2bd1 lll: skip go command (#3572)
  • 00c3aa47 rowserrcheck: remove limitation related to generics support (#3691)
  • ff50ae4f wastedassign: remove limitation related to generics support (#3689)

... (truncated)

Changelog

Sourced from github.com/golangci/golangci-lint's changelog.

v1.52.1

  1. misc.
    • fix: improve panic management
    • fix: the combination of --fix and --path-prefix

v1.52.0

  1. updated linters
    • asciicheck: from 0.1.1 to 0.2.0
    • bidichk: from 0.2.3 to 0.2.4
    • contextcheck: from 1.1.3 to 1.1.4
    • dupword: from 0.0.9 to 0.0.11
    • durationcheck: from 0.0.9 to 0.0.10
    • errchkjson: from 0.3.0 to 0.3.1
    • errname: from 0.1.7 to 0.1.9
    • forbidigo: from 1.4.0 to 1.5.1
    • gci: from 0.9.1 to 0.10.1
    • ginkgolinter: from 0.8.1 to 0.9.0
    • go-critic: from 0.6.7 to 0.7.0
    • go-errorlint: from 1.1.0 to 1.4.0
    • godox: bump to HEAD
    • lll: skip go command
    • loggercheck: from 0.9.3 to 0.9.4
    • musttag: from 0.4.5 to 0.5.0
    • nilnil: from 0.1.1 to 0.1.3
    • noctx: from 0.0.1 to 0.0.2
    • revive: from 1.2.5 to 1.3.1
    • rowserrcheck: remove limitation related to generics support
    • staticcheck: from 0.4.2 to 0.4.3
    • testpackage: from 1.1.0 to 1.1.1
    • tparallel: from 0.2.1 to 0.3.0
    • wastedassign: remove limitation related to generics support
    • wrapcheck: from 2.8.0 to 2.8.1
  2. misc.
    • Add TeamCity output format
    • Consider path prefix when matching path patterns
    • Add Go version to version information
  3. Documentation
    • Add Tekton in Trusted By page
    • Clarify that custom linters are not enabled by default
    • Remove description for deprecated "go" option

v1.51.2

  1. updated linters
    • forbidigo: from 1.3.0 to 1.4.0
    • gci: from 0.9.0 to 0.9.1
    • go-critic: from 0.6.5 to 0.6.7
    • go-errorlint: from 1.0.6 to 1.1.0

... (truncated)

Commits
  • d92b38c fix: combination of --fix and --path-prefix (#3700)
  • 076f6b9 fix: improve panic management (#3710)
  • e394120 build(deps): bump actions/setup-go from 3 to 4 (#3707)
  • 970db4f docs: fix typos (#3705)
  • 3d2341e docs: Update documentation and assets
  • a12be2d docs: remove unused from config.LintersSettings (#3704)
  • ca9e210 build(deps): bump github.com/mgechev/revive from 1.3.0 to 1.3.1 (#3702)
  • b40a544 fix: consider path prefix when matching path patterns (#3571)
  • e27b129 build(deps): bump github.com/go-critic/go-critic from 0.6.7 to 0.7.0 (#3701)
  • 59f1c6e build(deps): bump honnef.co/go/tools from 0.4.2 to 0.4.3 (#3699)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #33.