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