mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
full diff: https://github.com/cpuguy83/go-md2man/compare/v2.0.6...v2.0.7 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
21 lines
375 B
YAML
21 lines
375 B
YAML
# For documentation, see https://golangci-lint.run/usage/configuration/
|
|
|
|
version: "2"
|
|
|
|
formatters:
|
|
enable:
|
|
- gofumpt
|
|
|
|
linters:
|
|
enable:
|
|
- errorlint
|
|
- nolintlint
|
|
- unconvert
|
|
- unparam
|
|
settings:
|
|
staticcheck:
|
|
checks:
|
|
- all
|
|
- -QF1008 # https://staticcheck.dev/docs/checks/#QF1008 Omit embedded fields from selector expression.
|
|
|