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

Bump github.com/golangci/golangci-lint from 1.43.0 to 1.44.0 in /tools #27

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2022

Bumps github.com/golangci/golangci-lint from 1.43.0 to 1.44.0.

Release notes

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

v1.44.0

Changelog

  • 32cf48ed Add "grouper" linter (#2497)
  • 63f150ea Add decorder linter (#2453)
  • 55358972 Add errchkjson linter (#2362)
  • e3d0247e Add maintidx linter (#2435)
  • d2093896 Add support for multiple outputs (#2386)
  • efb35995 Bump github.com/ashanbrown/forbidigo from 1.2.0 to 1.3.0 (#2487)
  • 6e2e51d8 Bump makezero to v1.1.0 (#2490)
  • e788757b Ensure that the Issues key in JSON format is a list (#2358)
  • eaed228d Print error text in tag content for more readable junit report (#2460)
  • b5d8e698 Return error if any linter fails to run (#2471)
  • ec58c481 Show deprecated mark in the CLI linters help (#2350)
  • 68f530a8 add containedctx linter (#2382)
  • c53eb78a asciicheck: bump to v0.1.1 (#2510)
  • ae537189 bodyclose: bump to HEAD (#2508)
  • ba3453d2 build(deps): bump actions/cache from 2.1.6 to 2.1.7 (#2383)
  • 80659f85 build(deps): bump github.com/BurntSushi/toml from 0.4.1 to 1.0.0 (#2491)
  • 8bc95624 build(deps): bump github.com/breml/bidichk from 0.2.0 to 0.2.1 (#2354)
  • f311ffd2 build(deps): bump github.com/breml/errchkjson from 0.2.0 to 0.2.1 (#2493)
  • ec2820c5 build(deps): bump github.com/esimonov/ifshort from 1.0.3 to 1.0.4 (#2436)
  • 83962f47 build(deps): bump github.com/fzipp/gocyclo from 0.3.1 to 0.4.0 (#2425)
  • 6ddb9071 build(deps): bump github.com/go-critic/go-critic from 0.6.1 to 0.6.2 (#2474)
  • a79803fa build(deps): bump github.com/kulti/thelper from 0.4.0 to 0.5.0 (#2492)
  • 9e129498 build(deps): bump github.com/ldez/tagliatelle from 0.2.0 to 0.3.0 (#2454)
  • 0ac5d371 build(deps): bump github.com/mattn/go-colorable from 0.1.11 to 0.1.12 (#2384)
  • 620bd9bb build(deps): bump github.com/mgechev/revive from 1.1.2 to 1.1.3 (#2517)
  • ecbb9c47 build(deps): bump github.com/nishanths/exhaustive from 0.3.6 to 0.6.0 (#2353)
  • fc888cf0 build(deps): bump github.com/nishanths/exhaustive from 0.6.0 to 0.7.11 (#2371)
  • 88d3ec0f build(deps): bump github.com/quasilyte/go-ruleguard/dsl (#2455)
  • 131ab76b build(deps): bump github.com/quasilyte/go-ruleguard/dsl (#2472)
  • 441d8443 build(deps): bump github.com/quasilyte/go-ruleguard/dsl (#2519)
  • 7d5bc8f0 build(deps): bump github.com/securego/gosec/v2 from 2.9.1 to 2.9.2 (#2372)
  • d0aead44 build(deps): bump github.com/securego/gosec/v2 from 2.9.2 to 2.9.3 (#2385)
  • 56f27d0a build(deps): bump github.com/securego/gosec/v2 from 2.9.3 to 2.9.5 (#2413)
  • 9bad615c build(deps): bump github.com/securego/gosec/v2 from 2.9.5 to 2.9.6 (#2516)
  • d29d9f12 build(deps): bump github.com/shirou/gopsutil/v3 from 3.21.10 to 3.21.11 (#2405)
  • b4a3bd8c build(deps): bump github.com/shirou/gopsutil/v3 from 3.21.11 to 3.21.12 (#2456)
  • ca8cd60f build(deps): bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#2426)
  • 4ca6a2fc build(deps): bump github.com/spf13/viper from 1.10.0 to 1.10.1 (#2424)
  • f960879b build(deps): bump github.com/spf13/viper from 1.9.0 to 1.10.0 (#2412)
  • 018befd3 build(deps): bump github.com/tommy-muehle/go-mnd/v2 from 2.4.0 to 2.5.0 (#2518)
  • 8cdecc96 build(deps): bump gitlab.com/bosi/decorder from 0.2.0 to 0.2.1 (#2473)
  • 4119132f build(deps): bump honnef.co/go/tools from 0.2.1 to 0.2.2 (#2370)
  • b845512b build(deps): bump mvdan.cc/gofumpt from 0.1.1 to 0.2.0 (#2373)
  • 107b8307 build(deps): bump mvdan.cc/gofumpt from 0.2.0 to 0.2.1 (#2427)
  • 49501691 bump bidichk from v0.1.1 to v0.2.0
  • a471733b bump github.com/yeya24/promlinter from v0.1.0 to HEAD (#2500)
  • 7f25fee1 bump varnamelen from v0.4.0 to v0.5.0 (#2369)
  • 1b535204 bump varnamelen to v0.4.0 (#2348)

... (truncated)

Changelog

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

v1.44.0

  1. new linters:
  2. updated linters:
    • asciicheck: bump to v0.1.1
    • bidichk: from 0.1.1 to 0.2.1
    • bodyclose: bump to HEAD
    • decorder: from 0.2.0 to 0.2.1
    • depguard: from 1.0.1 to 1.1.0
    • errchkjson: from 0.2.0 to 0.2.1
    • errorlint: bump to HEAD
    • exhaustive: drop deprecated/unused settings
    • exhaustive: from v0.2.3 to 0.7.11
    • forbidigo: from 1.2.0 to 1.3.0
    • forcetypeassert: bump to v0.1.0
    • gocritic: from 0.6.1 to 0.6.2
    • gocritic: support autofix
    • gocyclo: from 0.3.1 to 0.4.0
    • godot: add period option
    • gofumpt: from 0.1.1 to 0.2.1
    • gomnd: from 2.4.0 to 2.5.0
    • gomnd: new configuration
    • gosec: from 2.9.1 to 2.9.6
    • ifshort: from 1.0.3 to 1.0.4
    • ineffassign: bump to HEAD
    • makezero: to v1.1.0
    • promlinter: from v0.1.0 to HEAD
    • revive: fix enableAllRules
    • revive: from 1.1.2 to 1.1.3
    • staticcheck: from 0.2.1 to 0.2.2
    • tagliatelle: from 0.2.0 to 0.3.0
    • thelper: from 0.4.0 to 0.5.0
    • unparam: bump to HEAD
    • varnamelen: bump to v0.5.0
    • wrapcheck: update configuration to include ignoreSignRegexps
  3. documentation:
    • linters: improve pages about configuration
    • improve page about false-positive
    • nolintlint: fix wrong default value in comment
    • revive: add a more detailed configuration
  4. misc:
    • outputs: Add support for multiple outputs
    • outputs: Print error text in <failure> tag content for more readable JUnit output
    • outputs: ensure that the Issues key in JSON format is a list
    • Return error if any linter fails to run

... (truncated)

Commits

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 dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 31, 2022
@dependabot dependabot bot force-pushed the dependabot/go_modules/tools/github.com/golangci/golangci-lint-1.44.0 branch from 1a53146 to 47f9d07 Compare February 1, 2022 13:48
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.43.0 to 1.44.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.43.0...v1.44.0)

---
updated-dependencies:
- dependency-name: github.com/golangci/golangci-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/tools/github.com/golangci/golangci-lint-1.44.0 branch from 47f9d07 to 426e208 Compare February 1, 2022 13:55
@codecov
Copy link

codecov bot commented Feb 1, 2022

Codecov Report

Merging #27 (f3cd56f) into main (8770f33) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #27   +/-   ##
=======================================
  Coverage   85.39%   85.39%           
=======================================
  Files          47       47           
  Lines        2280     2280           
=======================================
  Hits         1947     1947           
  Misses        256      256           
  Partials       77       77           
Flag Coverage Δ
Linux 85.39% <ø> (ø)
macOS 85.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8770f33...f3cd56f. Read the comment docs.

@lemoony lemoony merged commit 302bb59 into main Feb 1, 2022
@lemoony lemoony deleted the dependabot/go_modules/tools/github.com/golangci/golangci-lint-1.44.0 branch February 1, 2022 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant