1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-22 04:08:49 +02:00
goreleaser/.golangci.yml

21 lines
304 B
YAML
Raw Normal View History

# 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
- gofumpt
- gci
- nlreturn