1
1
Fork 0
mirror of https://github.com/OJ/gobuster.git synced 2024-05-23 03:26:02 +02:00
gobuster/.golangci.yml

30 lines
476 B
YAML
Raw Normal View History

2019-05-17 17:23:20 +02:00
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
2019-05-17 17:23:20 +02:00
linters:
- gochecknoinits
- gochecknoglobals
- path: cli/cmd/.+\.go
linters:
- gochecknoinits
- gochecknoglobals
- path: _test\.go
linters:
- scopelint