debian-mirror-gitlab/workhorse-vendor/github.com/AzureAD/microsoft-authentication-library-for-go/.golangci.yml
2023-01-12 18:35:48 +00:00

12 lines
275 B
YAML

linters:
# enabled in addition to default
enable:
- gosec
issues:
# Excluding configuration per-path, per-linter, per-text and per-source
exclude-rules:
# Exclude some linters from running on tests files.
- path: _test\.go
linters:
- gosec