driftctl/.golangci.yml

10 lines
137 B
YAML
Raw Normal View History

2021-02-04 21:42:57 +00:00
linters:
enable:
- exportloopref
- scopelint
issues:
exclude-rules:
- path: _test\.go
linters:
- scopelint