ci_ingo/.golangci.yaml
2021-10-14 07:55:28 +02:00

30 lines
371 B
YAML

run:
modules-download-mode: readonly
linters:
presets:
- bugs
- unused
- import
- module
enable:
- gofumpt
- godot
- lll
- predeclared
- gocognit
- nestif
disable:
- scopelint
linters-settings:
godot:
capital: true
lll:
line-length: 88
gocognit:
min-complexity: 10
nestif:
min-complexity: 3