gotry/.golangci.yaml
Theta-Dev 30f9e9661d
All checks were successful
continuous-integration/drone/push Build is passing
Fix gofmt issue
2021-10-14 10:27:49 +02:00

31 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