make upgrade-klone generate-golangci-lint

Signed-off-by: Richard Wall <richard.wall@cyberark.com>
This commit is contained in:
Richard Wall 2025-06-03 17:04:46 +01:00
parent d7090f55e7
commit f16a4a093a
3 changed files with 11 additions and 16 deletions

View File

@ -33,9 +33,7 @@ linters:
- linters:
- staticcheck
text: (NewCertManagerBasicCertificateRequest)
- path: third_party
text: "."
paths: [third_party$, builtin$, examples$]
paths: [third_party, builtin$, examples$]
warn-unused: true
enable:
- asasalint
@ -105,7 +103,4 @@ formatters:
- dot # Dot section: contains all dot imports. This section is not present unless explicitly enabled.
exclusions:
generated: lax
paths: [third_party$, builtin$, examples$]
rules:
- path: third_party
text: "."
paths: [third_party, builtin$, examples$]

View File

@ -10,35 +10,35 @@ targets:
- folder_name: boilerplate
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 5c3266f17637fbd1d4af1191b34674991e2160ab
repo_hash: 1a768a45cdbaae2b802472e6777eeb9e79d8b3a5
repo_path: modules/boilerplate
- folder_name: generate-verify
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 5c3266f17637fbd1d4af1191b34674991e2160ab
repo_hash: 1a768a45cdbaae2b802472e6777eeb9e79d8b3a5
repo_path: modules/generate-verify
- folder_name: go
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 5c3266f17637fbd1d4af1191b34674991e2160ab
repo_hash: 1a768a45cdbaae2b802472e6777eeb9e79d8b3a5
repo_path: modules/go
- folder_name: help
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 5c3266f17637fbd1d4af1191b34674991e2160ab
repo_hash: 1a768a45cdbaae2b802472e6777eeb9e79d8b3a5
repo_path: modules/help
- folder_name: klone
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 5c3266f17637fbd1d4af1191b34674991e2160ab
repo_hash: 1a768a45cdbaae2b802472e6777eeb9e79d8b3a5
repo_path: modules/klone
- folder_name: repository-base
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 5c3266f17637fbd1d4af1191b34674991e2160ab
repo_hash: 1a768a45cdbaae2b802472e6777eeb9e79d8b3a5
repo_path: modules/repository-base
- folder_name: tools
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 5c3266f17637fbd1d4af1191b34674991e2160ab
repo_hash: 1a768a45cdbaae2b802472e6777eeb9e79d8b3a5
repo_path: modules/tools

View File

@ -4,7 +4,7 @@ linters:
exclusions:
generated: lax
presets: [ comments, common-false-positives, legacy, std-error-handling ]
paths: [ third_party$, builtin$, examples$ ]
paths: [ third_party, builtin$, examples$ ]
warn-unused: true
settings:
staticcheck:
@ -77,4 +77,4 @@ formatters:
- dot # Dot section: contains all dot imports. This section is not present unless explicitly enabled.
exclusions:
generated: lax
paths: [ third_party$, builtin$, examples$ ]
paths: [ third_party, builtin$, examples$ ]