mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-08 03:31:59 +02:00
5f5f263aa8
TODO: enable it back Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
17 lines
250 B
YAML
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
|