chore(lint): update linting tool versions in trunk.yaml and enable fieldalignment check

This commit is contained in:
yusing
2025-09-26 23:32:48 +08:00
parent 8ec9752656
commit 1409a4e8b9
2 changed files with 4 additions and 5 deletions

View File

@@ -70,7 +70,6 @@ linters:
govet: govet:
disable: disable:
- shadow - shadow
- fieldalignment
enable-all: true enable-all: true
misspell: misspell:
locale: US locale: US

View File

@@ -21,9 +21,9 @@ lint:
- markdownlint - markdownlint
- yamllint - yamllint
enabled: enabled:
- checkov@3.2.467 - checkov@3.2.471
- golangci-lint2@2.4.0 - golangci-lint2@2.5.0
- hadolint@2.12.1-beta - hadolint@2.14.0
- actionlint@1.7.7 - actionlint@1.7.7
- git-diff-check - git-diff-check
- gofmt@1.20.4 - gofmt@1.20.4
@@ -32,7 +32,7 @@ lint:
- prettier@3.6.2 - prettier@3.6.2
- shellcheck@0.11.0 - shellcheck@0.11.0
- shfmt@3.6.0 - shfmt@3.6.0
- trufflehog@3.90.5 - trufflehog@3.90.8
actions: actions:
disabled: disabled:
- trunk-announce - trunk-announce