1
0

chore(deps): update golangci-lint to 1.59.1

This commit is contained in:
kolaente 2024-06-18 14:35:20 +02:00
parent 8b028dbc4b
commit 98c9cd0898
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
2 changed files with 7 additions and 7 deletions

View File

@ -139,7 +139,7 @@ steps:
event: [ push, tag, pull_request ] event: [ push, tag, pull_request ]
- name: api-lint - name: api-lint
image: golangci/golangci-lint:v1.57.2 image: golangci/golangci-lint:v1.59.1
pull: always pull: always
environment: environment:
GOPROXY: 'https://goproxy.kolaente.de' GOPROXY: 'https://goproxy.kolaente.de'
@ -1400,6 +1400,6 @@ steps:
- failure - failure
--- ---
kind: signature kind: signature
hmac: 51f45f4ec5841995b2e4104749f9484cb2a26e9bef84087f79032d2c09e2ec98 hmac: 74414af8fe9d632c1620090f562b3acd32863b38da230fb1854b8bed45055feb
... ...

View File

@ -8,7 +8,7 @@ linters:
- govet - govet
- gocritic - gocritic
- gocyclo - gocyclo
- goerr113 - err113
- goheader - goheader
- gofmt - gofmt
- goimports - goimports
@ -55,7 +55,7 @@ issues:
- path: pkg/migration/* - path: pkg/migration/*
linters: linters:
- exhaustive - exhaustive
- goerr113 - err113
- path: pkg/models/task_collection_filter\.go - path: pkg/models/task_collection_filter\.go
linters: linters:
- exhaustive - exhaustive
@ -65,11 +65,11 @@ issues:
- gosec - gosec
- path: pkg/modules/dump/* - path: pkg/modules/dump/*
linters: linters:
- goerr113 - err113
- path: pkg/ - path: pkg/
text: "err113: do not define dynamic errors, use wrapped static errors instead:" text: "do not define dynamic errors, use wrapped static errors instead:"
linters: linters:
- goerr113 - err113
- text: "commentFormatting: put a space between `//` and comment text" - text: "commentFormatting: put a space between `//` and comment text"
linters: linters:
- gocritic - gocritic