This repository has been archived on 2024-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
core-old/internal
renovate 50bbd34b79
All checks were successful
continuous-integration/drone/push Build is passing
chore(deps): update module github.com/golangci/golangci-lint to v1.50.0 (#92)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) | require | minor | `v1.49.0` -> `v1.50.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>golangci/golangci-lint</summary>

### [`v1.50.0`](https://github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1500)

[Compare Source](https://github.com/golangci/golangci-lint/compare/v1.49.0...v1.50.0)

1.  new linters
    -   `dupword`: https://github.com/Abirdcfly/dupword
    -   `testableexamples`: https://github.com/maratori/testableexamples
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

</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:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDEuMSIsInVwZGF0ZWRJblZlciI6IjMyLjIwMS4xIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: twhelp/core#92
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-10-05 03:26:26 +00:00
..
bundb fix: server config - xml.Decode: strconv.ParseInt: parsing "72000": value out of range 2022-10-01 06:10:02 +02:00
domain fix: server config - xml.Decode: strconv.ParseInt: parsing "72000": value out of range 2022-10-01 06:10:02 +02:00
msg feat: tracing (#76) 2022-09-12 05:34:46 +00:00
router fix: server config - xml.Decode: strconv.ParseInt: parsing "72000": value out of range 2022-10-01 06:10:02 +02:00
service fix: add missing span.SetStatus(codes.Error) (#86) 2022-09-18 10:02:42 +00:00
tools chore(deps): update module github.com/golangci/golangci-lint to v1.50.0 (#92) 2022-10-05 03:26:26 +00:00
tw refactor: rename registerHandlersFn -> registerHandlersFunc 2022-10-02 07:01:37 +02:00