talos/api/buf.yaml
Andrey Smirnov c079119337
chore: refactor how tools are being installed
Move stuff into `tools/go.mod`.

Also fix linting issues on the way (updating golangci-lint).

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2025-08-14 17:45:39 +04:00

30 lines
433 B
YAML

version: v2
modules:
- path: ./
excludes:
- vendor/
breaking:
use:
- WIRE
lint:
use:
- BASIC
ignore_only:
PACKAGE_DIRECTORY_MATCH:
- resource/definitions/
- security/
ENUM_NO_ALLOW_ALIAS:
- resource/definitions/enums/
- path: vendor/
lint:
ignore:
- vendor/
lint:
use:
- BASIC
breaking:
use:
- FILE