initial commit
This commit is contained in:
11
.custom-gcl.yml
Normal file
11
.custom-gcl.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user