chore(deps): update module github.com/golangci/golangci-lint to v1.49.0 #17

Merged
Kichiyaki merged 1 commits from renovate/github.com-golangci-golangci-lint-1.x into master 2022-08-24 14:08:34 +00:00
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/golangci/golangci-lint require minor v1.48.0 -> v1.49.0

Release Notes

golangci/golangci-lint

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

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) | require | minor | `v1.48.0` -> `v1.49.0` | --- ### Release Notes <details> <summary>golangci/golangci-lint</summary> ### [`v1.49.0`](https://github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1490) [Compare Source](https://github.com/golangci/golangci-lint/compare/v1.48.0...v1.49.0) IMPORTANT: `varcheck` and `deadcode` has been removed of default linters. 1. new linters - `interfacebloat`: https://github.com/sashamelentyev/interfacebloat - `logrlint`: https://github.com/timonwong/logrlint - `reassign`: https://github.com/curioswitch/go-reass 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` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE2NC4wIn0=-->
renovate added 1 commit 2022-08-24 14:01:37 +00:00
Kichiyaki merged commit 86fbbaa215 into master 2022-08-24 14:08:34 +00:00
Kichiyaki deleted branch renovate/github.com-golangci-golangci-lint-1.x 2022-08-24 14:08:34 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Kichiyaki/notificationarr#17
No description provided.