sigs.k8s.io/kueue@v0.6.2/.golangci.yaml (about) 1 # golangci-lint configuration file 2 # see: https://golangci-lint.run/usage/configuration/ 3 4 # Options for analysis running 5 run: 6 # Which dirs to skip: they won't be analyzed; 7 skip-dirs: 8 - bin 9 10 # Settings of specific linters 11 linters-settings: 12 goimports: 13 local-prefixes: sigs.k8s.io/kueue 14 15 # Settings for enabling and disabling linters 16 linters: 17 enable: 18 - goimports