1
1
Fork 0
mirror of https://github.com/OJ/gobuster.git synced 2024-05-11 12:26:01 +02:00
gobuster/.golangci.yml
Christian Mehlmauer 0dcdf6fc64
linting
2019-05-17 17:23:20 +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