mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-04 03:11:55 +02:00
15 lines
223 B
YAML
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
|