0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 10:33:46 +00:00
terraform-provider-proxmox/qodana.yaml
Pavel Boldyrev 59c9f1e6be
chore(ci): pin image versions in CI workflows (#1686)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-12-17 23:21:15 -05:00

13 lines
261 B
YAML

version: "1.0"
linter: jetbrains/qodana-go:2024.3
include:
- name: CheckDependencyLicenses
- name: RegExpRedundantEscape
- name: RegExpSimplifiable
exclude:
- name: All
paths:
- CONTRIBUTORS.md
- README.md
- name: GoMixedReceiverTypes