1
1
Fork 0
mirror of https://github.com/OJ/gobuster.git synced 2024-05-11 00:16:02 +02:00
gobuster/.golangci.yml
2019-05-21 20:31:40 +02:00

30 lines
476 B
YAML

linters:
enable-all: true
disable:
- lll
- gocyclo
issues:
exclude-rules:
- text: "TLS InsecureSkipVerify may be true"
linters:
- gosec
- text: ifElseChain
linters:
- gocritic
- path: cli\cmd\.+\.go
linters:
- gochecknoinits
- gochecknoglobals
- path: cli/cmd/.+\.go
linters:
- gochecknoinits
- gochecknoglobals
- path: _test\.go
linters:
- scopelint