TWHelp core code repository. https://twhelp.app/api/v1/swagger/index.html
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.
Go to file
renovate af19b3a160
All checks were successful
continuous-integration/drone/push Build is passing
chore(deps): update module github.com/golangci/golangci-lint to v1.48.0 (#19)
This PR contains the following updates:

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

---

### Release Notes

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

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

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

1.  new linters
    -   `usestdlibvars`:https://github.com/sashamelentyev/usestdlibvars
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

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

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: twhelp/core#19
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-08-05 04:02:53 +00:00
build/docker/twhelp/dev chore(deps): update dependency golang to v1.19 (#18) 2022-08-03 04:15:07 +00:00
cmd/twhelp feat: add ServerConsumer (#16) 2022-08-04 05:09:12 +00:00
internal chore(deps): update module github.com/golangci/golangci-lint to v1.48.0 (#19) 2022-08-05 04:02:53 +00:00
k8s feat: add a new cmd responsible for sending info about the start of the data update process (#13) 2022-07-30 13:16:44 +00:00
.commitlintrc.yml init 2022-07-24 14:06:31 +02:00
.dockerignore init 2022-07-24 14:06:31 +02:00
.drone.yml chore(deps): update dependency golangci/golangci-lint to v1.48 (#20) 2022-08-05 04:02:29 +00:00
.envrc init 2022-07-24 14:06:31 +02:00
.gitignore init 2022-07-24 14:06:31 +02:00
.golangci.yml feat: add tw.Client (#4) 2022-07-24 16:19:27 +00:00
.pre-commit-config.yaml init 2022-07-24 14:06:31 +02:00
go.mod feat: add ServerConsumer (#16) 2022-08-04 05:09:12 +00:00
go.sum feat: add ServerConsumer (#16) 2022-08-04 05:09:12 +00:00
LICENSE init 2022-07-24 14:06:31 +02:00
Makefile feat: add a new cmd responsible for sending info about the start of the data update process (#13) 2022-07-30 13:16:44 +00:00
README.md feat: add skaffold.yml (#9) 2022-07-28 05:35:07 +00:00
renovate.json chore: configure renovate (#2) 2022-07-24 13:23:20 +00:00
skaffold.yml feat: add a new cmd responsible for sending info about the start of the data update process (#13) 2022-07-30 13:16:44 +00:00

TWHelp

Local development

Prerequisites:

  1. Kubernetes
  2. kustomize
  3. helm
  4. skaffold