12 lines
470 B
YAML
12 lines
470 B
YAML
# This file configures golangci-lint with module plugins.
|
|
# When you run 'make lint', it will automatically build a custom golangci-lint binary
|
|
# with all the plugins listed below.
|
|
#
|
|
# See: https://golangci-lint.run/plugins/module-plugins/
|
|
version: v2.8.0
|
|
plugins:
|
|
# logcheck validates structured logging calls and parameters (e.g., balanced key-value pairs)
|
|
- module: "sigs.k8s.io/logtools"
|
|
import: "sigs.k8s.io/logtools/logcheck/gclplugin"
|
|
version: latest
|