Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/golangci/golangci-lint to v1.51.0 #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 14, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/golangci/golangci-lint require minor v1.45.2 -> v1.51.0

Release Notes

golangci/golangci-lint

v1.51.0

Compare Source

  1. new linters
  2. updated linters
    • bodyclose: to HEAD
    • dupword: from 0.0.7 to 0.0.9
    • errcheck: from 1.6.2 to 1.6.3
    • exhaustive: from 0.8.3 to 0.9.5
    • exportloopref: from 0.1.8 to 0.1.11
    • gci: from 0.8.1 to 0.9.0
    • ginkgolinter: from 0.6.0 to 0.7.1
    • go-errorlint: from 1.0.5 to 1.0.6
    • go-ruleguard: from 0.3.21 to 0.3.22
    • gocheckcompilerdirectives: from 1.1.0 to 1.2.1
    • gochecknoglobals: from 0.1.0 to 0.2.1
    • gomodguard: from 1.2.4 to 1.3.0
    • gosec: from 2.13.1 to 2.14.0
    • govet: Add timeformat to analysers
    • grouper: from 1.1.0 to 1.1.1
    • musttag: from 0.4.1 to 0.4.3
    • revive: from 1.2.4 to 1.2.5
    • tagliatelle: from 0.3.1 to 0.4.0
    • tenv: from 1.7.0 to 1.7.1
    • unparam: bump to HEAD
    • usestdlibvars: from 1.20.0 to 1.21.1
    • wsl: fix force-err-cuddling flag
  3. misc.
    • go1.20 support
    • remove deprecated linters from presets
    • Build NetBSD binaries
    • Build loong64 binaries
  4. Documentation
    • goimport: improve documentation for local-prefixes
    • gomnd: add missing always ignored functions
    • nolint: fix typo
    • tagliatelle usage typo
    • add note about binary requirement for plugin
    • cache preserving and colored output on docker runs
    • improve documentation about debugging.
    • improve Editor Integration section
    • More specific default cache directory
    • update output example to use valid checkstyle example; add json example

v1.50.1

Compare Source

  1. updated linters
    • contextcheck: from 1.1.2 to 1.1.3
    • go-mnd: from 2.5.0 to 2.5.1
    • wrapcheck: from 2.6.2 to 2.7.0
    • revive: fix configuration parsing
    • lll: skip imports
  2. misc.
    • windows: remove redundant character escape '/'
    • code-climate: add default severity

v1.50.0

Compare Source

  1. new linters
  2. updated linters
    • contextcheck: change owner
    • contextcheck: from 1.0.6 to 1.1.2
    • depguard: from 1.1.0 to 1.1.1
    • exhaustive: add missing config
    • exhaustive: from 0.8.1 to 0.8.3
    • gci: from 0.6.3 to 0.8.0
    • go-critic: from 0.6.4 to 0.6.5
    • go-errorlint: from 1.0.2 to 1.0.5
    • go-reassign: v0.1.2 to v0.2.0
    • gofmt: add option rewrite-rules
    • gofumpt from 0.3.1 to 0.4.0
    • goimports: update to HEAD
    • interfacebloat: fix configuration loading
    • logrlint: rename logrlint to loggercheck
    • paralleltest: add tests of the ignore-missing option
    • revive: from 1.2.3 to 1.2.4
    • usestdlibvars: from 1.13.0 to 1.20.0
    • wsl: support all configs and update docs
  3. misc.
    • Normalize exclude-rules paths for Windows
    • add riscv64 to the install script
  4. Documentation
    • cli: remove reference to old service

v1.49.0

Compare Source

IMPORTANT: varcheck and deadcode has been removed of default linters.

  1. new linters
  2. updated linters
    • go-colorable: from 0.1.12 to 0.1.13
    • go-critic: from 0.6.3 to 0.6.4
    • go-errorlint: from 1.0.0 to 1.0.2
    • go-exhaustruct: from 2.2.2 to 2.3.0
    • gopsutil: from 3.22.6 to 3.22.7
    • gosec: from 2.12.0 to 2.13.1
    • revive: from 1.2.1 to 1.2.3
    • usestdlibvars: from 1.8.0 to 1.13.0
    • contextcheck: from v1.0.4 to v1.0.6 && re-enable
    • nosnakecase: This linter is deprecated.
    • varcheck: This linter is deprecated use unused instead.
    • deadcode: This linter is deprecated use unused instead.
    • structcheck: This linter is deprecated use unused instead.
  3. documentation
    • revive: fix wrong URL
    • Add a section about default exclusions
    • usestdlibvars: fix typo in documentation
    • nolintlint: remove allow-leading-space option
    • Update documentation and assets
  4. misc.
    • dev: rewrite the internal tests framework
    • fix: exit early on run --version
    • fix: set an explicit GOROOT in the Docker image for go-critic

v1.48.0

Compare Source

  1. new linters
  2. updated linters
    • contextcheck: disable linter
    • errcheck: from 1.6.1 to 1.6.2
    • gci: add missing custom-order setting
    • gci: from 0.5.0 to 0.6.0
    • ifshort: deprecate linter
    • nolint: drop allow-leading-space option and add "nolint:all"
    • revgrep: bump to HEAD
  3. documentation
    • remove outdated info on source install
  4. misc
    • go1.19 support

v1.47.3

Compare Source

  1. updated linters:
    • remove some go1.18 limitations
    • asasalint: from 0.0.10 to 0.0.11
    • decorder: from 0.2.2 to v0.2.3
    • gci: fix panic with invalid configuration option
    • gci: from 0.4.3 to v0.5.0
    • go-exhaustruct: from 2.2.0 to 2.2.2
    • gomodguard: from 1.2.3 to 1.2.4
    • nosnakecase: from 1.5.0 to 1.7.0
    • honnef.co/go/tools: from 0.3.2 to v0.3.3
  2. misc
    • cgo: fix linters ignoring CGo files

v1.47.2

Compare Source

  1. updated linters:
    • revive: ignore slow rules

v1.47.1

Compare Source

  1. updated linters:
    • gci: from 0.4.2 to 0.4.3
    • gci: remove the use of stdin
    • gci: fix options display
    • tenv: from 1.6.0 to 1.7.0
    • unparam: bump to HEAD

v1.47.0

Compare Source

  1. new linters:
  2. updated linters:
    • decorder: from 0.2.1 to 0.2.2
    • errcheck: from 1.6.0 to 1.6.1
    • errname: from 0.1.6 to 0.1.7
    • exhaustive: from 0.7.11 to 0.8.1
    • gci: fix issues and re-enable autofix
    • gci: from 0.3.4 to 0.4.2
    • go-exhaustruct: from 2.1.0 to 2.2.0
    • go-ruleguard: from 0.3.19 to 0.3.21
    • gocognit: from 1.0.5 to 1.0.6
    • gocyclo: from 0.5.1 to 0.6.0
    • golang.org/x/tools: bump to HEAD
    • gosec: allow global config
    • gosec: from 2.11.0 to 2.12.0
    • nonamedreturns: from 1.0.1 to 1.0.4
    • paralleltest: from 1.0.3 to 1.0.6
    • staticcheck: fix generics
    • staticcheck: from 0.3.1 to 0.3.2
    • tenv: from 1.5.0 to 1.6.0
    • testpackage: from 1.0.1 to 1.1.0
    • thelper: from 0.6.2 to 0.6.3
    • wrapcheck: from 2.6.1 to 2.6.2
  3. documentation:
    • add thanks page
    • add a clear explanation about the staticcheck integration.
    • depguard: add ignore-file-rules
    • depguard: adjust phrasing
    • gocritic: add enable and disable ruleguard settings
    • gomnd: fix typo
    • gosec: add configs for all existing rules
    • govet: add settings for shadow and unusedresult
    • thelper: add fuzz config and description
    • linters: add defaults

v1.46.2

Compare Source

  1. updated linters:
    • execinquery: bump from v1.2.0 to v1.2.1
    • errorlint: bump to v1.0.0
    • thelper: allow to disable one option
  2. documentation:
    • rename .golangci.example.yml to .golangci.reference.yml
    • add containedctx linter to the list of available linters

v1.46.1

Compare Source

  1. updated linters:
    • execinquery: bump from v0.6.0 to v0.6.1
  2. documentation:
    • add missing linters

v1.46.0

Compare Source

  1. new linters:
  2. updated linters:
    • bidichk: from 0.2.2 to 0.2.3
    • deadcode: bump to HEAD
    • errchkjson: from 0.2.3 to 0.3.0
    • errname: from 0.1.5 to 0.1.6
    • go-critic: from 0.6.2 to 0.6.3
    • gocyclo: from 0.4.0 to 0.5.1
    • gofumpt from 0.3.0 to 0.3.1
    • gomoddirectives: from 0.2.2 to 0.2.3
    • gosec: from 2.10.0 to 2.11.0
    • honnef.co/go/tools: from 0.2.2to 0.3.1 (go1.18 support)
    • nilnil: from 0.1.0 to 0.1.1
    • nonamedreturns: bump from 1.0.0 to 1.0.1
    • predeclared: from 0.2.1 to 0.2.2
    • promlinter: bump to v0.2.0
    • revive: from 1.1.4 to 1.2.1
    • tenv: from 1.4.7 to 1.5.0
    • thelper: from 0.5.1 to 0.6.2
    • unused: fix false-positive
    • varnamelen: bump to v0.8.0
    • wrapcheck: from 2.5.0 to 2.6.1
    • exhaustivestruct: This linter is deprecated use exhaustruct instead.
  3. documentation:
    • Update "Shell Completion" instruction on Linux
    • Update FAQ page
  4. misc:
    • log: enable override coloring based on CLICOLOR and CLICOLOR_FORCE

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from zachfi February 14, 2022 02:33
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch 2 times, most recently from 4e18c78 to 376a14e Compare February 17, 2022 13:37
@renovate renovate bot changed the title fix(deps): update module github.com/golangci/golangci-lint to v1.44.0 fix(deps): update module github.com/golangci/golangci-lint to v1.44.1 Feb 17, 2022
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from 376a14e to 9cb2e72 Compare February 17, 2022 22:15
@renovate renovate bot changed the title fix(deps): update module github.com/golangci/golangci-lint to v1.44.1 fix(deps): update module github.com/golangci/golangci-lint to v1.44.2 Feb 17, 2022
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from 9cb2e72 to 0dc78c7 Compare March 18, 2022 15:32
@renovate renovate bot changed the title fix(deps): update module github.com/golangci/golangci-lint to v1.44.2 fix(deps): update module github.com/golangci/golangci-lint to v1.45.0 Mar 18, 2022
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from 0dc78c7 to d57d3ab Compare March 24, 2022 09:25
@renovate renovate bot changed the title fix(deps): update module github.com/golangci/golangci-lint to v1.45.0 fix(deps): update module github.com/golangci/golangci-lint to v1.45.1 Mar 24, 2022
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from d57d3ab to 384e36a Compare March 24, 2022 13:52
@renovate renovate bot changed the title fix(deps): update module github.com/golangci/golangci-lint to v1.45.1 fix(deps): update module github.com/golangci/golangci-lint to v1.45.2 Mar 24, 2022
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from 384e36a to 7385c2a Compare May 15, 2022 18:41
@renovate renovate bot changed the title fix(deps): update module github.com/golangci/golangci-lint to v1.45.2 fix(deps): update module github.com/golangci/golangci-lint to v1.46.1 May 15, 2022
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from 7385c2a to 7f443c1 Compare May 24, 2022 00:44
@renovate renovate bot changed the title fix(deps): update module github.com/golangci/golangci-lint to v1.46.1 fix(deps): update module github.com/golangci/golangci-lint to v1.46.2 May 24, 2022
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch 13 times, most recently from b0ff70a to 03e3c94 Compare May 24, 2022 15:17
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from 11fc3ae to 1be6522 Compare July 18, 2022 13:27
@renovate renovate bot changed the title fix(deps): update module github.com/golangci/golangci-lint to v1.46.2 fix(deps): update module github.com/golangci/golangci-lint to v1.47.0 Jul 18, 2022
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from 1be6522 to a070a7c Compare July 19, 2022 13:41
@renovate renovate bot changed the title fix(deps): update module github.com/golangci/golangci-lint to v1.47.0 fix(deps): update module github.com/golangci/golangci-lint to v1.47.1 Jul 19, 2022
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from a070a7c to bb529e8 Compare July 21, 2022 13:49
@renovate renovate bot changed the title fix(deps): update module github.com/golangci/golangci-lint to v1.47.1 fix(deps): update module github.com/golangci/golangci-lint to v1.47.2 Jul 21, 2022
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch 2 times, most recently from 0cd9a32 to 22e4633 Compare August 1, 2022 16:11
@renovate renovate bot changed the title fix(deps): update module github.com/golangci/golangci-lint to v1.47.2 fix(deps): update module github.com/golangci/golangci-lint to v1.47.3 Aug 1, 2022
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from 22e4633 to fbbb730 Compare August 4, 2022 20:34
@renovate renovate bot changed the title fix(deps): update module github.com/golangci/golangci-lint to v1.47.3 fix(deps): update module github.com/golangci/golangci-lint to v1.48.0 Aug 4, 2022
zachfi
zachfi previously approved these changes Aug 11, 2022
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from fbbb730 to b5820ae Compare August 11, 2022 02:18
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from b5820ae to 68f0bf4 Compare August 24, 2022 13:36
@renovate renovate bot changed the title fix(deps): update module github.com/golangci/golangci-lint to v1.48.0 fix(deps): update module github.com/golangci/golangci-lint to v1.49.0 Aug 24, 2022
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch 2 times, most recently from 66716e6 to 85f4821 Compare September 6, 2022 17:23
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch 3 times, most recently from 379fdf6 to 627dcbb Compare September 18, 2022 02:38
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from 627dcbb to 08f1972 Compare September 22, 2022 02:46
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from 08f1972 to 406377f Compare October 4, 2022 12:29
@renovate renovate bot changed the title fix(deps): update module github.com/golangci/golangci-lint to v1.49.0 fix(deps): update module github.com/golangci/golangci-lint to v1.50.0 Oct 4, 2022
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from 406377f to c2bcf8c Compare October 22, 2022 11:44
@renovate renovate bot changed the title fix(deps): update module github.com/golangci/golangci-lint to v1.50.0 fix(deps): update module github.com/golangci/golangci-lint to v1.50.1 Oct 22, 2022
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from c2bcf8c to 1fff6a6 Compare January 29, 2023 23:48
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-1.x branch from 1fff6a6 to ee361eb Compare February 2, 2023 09:58
@renovate renovate bot changed the title fix(deps): update module github.com/golangci/golangci-lint to v1.50.1 fix(deps): update module github.com/golangci/golangci-lint to v1.51.0 Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant