1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +02:00
goreleaser/.golangci.yml
2019-10-10 08:42:31 -03:00

15 lines
223 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