mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-25 11:21:16 +01:00
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>
30 lines
433 B
YAML
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
|