mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-29 01:44:39 +02:00
69c8a502db
* chore(deps): bump github.com/golangci/golangci-lint from 1.23.7 to 1.27.0 Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * fix: tests Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
18 lines
265 B
YAML
18 lines
265 B
YAML
# This file contains all available configuration options
|
|
# with their default values.
|
|
|
|
# options for analysis running
|
|
run:
|
|
tests: false
|
|
|
|
linters:
|
|
enable-all: true
|
|
disable:
|
|
- wsl
|
|
- lll
|
|
- funlen
|
|
- godox
|
|
- gomnd
|
|
- gocognit
|
|
- goerr113
|