mirror of
https://github.com/containers/skopeo.git
synced 2025-04-27 11:01:18 +00:00
Remove some unused exclusions, document the used ones. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
14 lines
391 B
YAML
14 lines
391 B
YAML
version: "2"
|
||
linters:
|
||
settings:
|
||
staticcheck:
|
||
checks:
|
||
# Compared to golangci-lint v2.0.2 defaults, we don’t exclude
|
||
# ST1003, ST1016, ST1020, ST1021, ST1022 as we don't hit those.
|
||
- all
|
||
- -ST1000 # Incorrect or missing package comment.
|
||
- -ST1005 # Incorrectly formatted error string.
|
||
exclusions:
|
||
presets:
|
||
- std-error-handling
|