mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
8 lines
468 B
YAML
8 lines
468 B
YAML
# This configures how golangci-lint builds a custom build, wich is necessary to use nilaway as a plugin per https://github.com/uber-go/nilaway?tab=readme-ov-file#golangci-lint--v1570
|
|
|
|
# This has to be >= v1.57.0 for module plugin system support.
|
|
version: v2.11.3
|
|
plugins:
|
|
- module: "go.uber.org/nilaway"
|
|
import: "go.uber.org/nilaway/cmd/gclplugin"
|
|
version: v0.0.0-20260126174828-99d94caaf043 # fixed version for reproducible builds - latest as of 2026-01-29
|