.custom-gcl.yml 470 B

1234567891011
  1. # This file configures golangci-lint with module plugins.
  2. # When you run 'make lint', it will automatically build a custom golangci-lint binary
  3. # with all the plugins listed below.
  4. #
  5. # See: https://golangci-lint.run/plugins/module-plugins/
  6. version: v2.8.0
  7. plugins:
  8. # logcheck validates structured logging calls and parameters (e.g., balanced key-value pairs)
  9. - module: "sigs.k8s.io/logtools"
  10. import: "sigs.k8s.io/logtools/logcheck/gclplugin"
  11. version: latest