mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-31 01:53:50 +02:00
0e149698af
the misspell action is failing, but we can run it through golangci-lint, so, just doing that now. Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
26 lines
360 B
YAML
26 lines
360 B
YAML
run:
|
|
go: 1.18
|
|
linters:
|
|
enable:
|
|
- thelper
|
|
- gofumpt
|
|
- tparallel
|
|
- unconvert
|
|
- unparam
|
|
- wastedassign
|
|
- revive
|
|
- forbidigo
|
|
- tagliatelle
|
|
- misspell
|
|
|
|
linters-settings:
|
|
forbidigo:
|
|
forbid:
|
|
- 'ioutil\.*'
|
|
tagliatelle:
|
|
case:
|
|
use-field-name: false
|
|
rules:
|
|
yaml: snake
|
|
json: snake
|