1
1
Fork 0
mirror of https://github.com/OJ/gobuster.git synced 2024-05-12 00:26:04 +02:00
gobuster/.golangci.yml
2020-08-01 13:10:34 +02:00

44 lines
690 B
YAML

linters:
enable-all: true
disable:
- wsl
- gocyclo
- gocognit
- funlen
- lll
- dogsled
- gomnd
- nestif
- testpackage
- godot
- goerr113
- gofumpt
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: helper/useragents.go
linters:
- gochecknoglobals
- path: _test\.go
linters:
- scopelint