mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-21 16:03:32 +01:00
11 lines
116 B
YAML
11 lines
116 B
YAML
linters:
|
|
enable:
|
|
- goimports
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- path: _test\.go
|
|
linters:
|
|
- errcheck
|
|
|