mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-21 16:03:32 +01:00
17 lines
404 B
YAML
17 lines
404 B
YAML
linters:
|
|
enable:
|
|
- goimports
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- path: _test\.go
|
|
linters:
|
|
- errcheck
|
|
# Disable staticcheck 'Empty body in an if or else branch' as it's useful
|
|
# to put a comment into an empty else-clause that explains why whatever
|
|
# is done in the if-caluse is not necessary if the condition is false.
|
|
- linters:
|
|
- staticcheck
|
|
text: "SA9003:"
|
|
|