1
1
Fork 0
mirror of https://github.com/OJ/gobuster.git synced 2024-05-11 00:16:02 +02:00
gobuster/.golangci.yml
Christian Mehlmauer 29a4184f50
update
2019-05-21 20:52:50 +02:00

30 lines
478 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