1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00
goreleaser/.golangci.yml
Carlos Alexandro Becker 5f5f263aa8
fix: disable gocognit
TODO: enable it back
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-01-07 16:53:21 -03:00

17 lines
250 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