0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 02:31:10 +00:00
terraform-provider-proxmox/qodana.yaml
Pavel Boldyrev 39e7b4822c
misc(ci): use jetbrains/qodana-go:2025.1
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2025-05-05 21:34:10 -04:00

13 lines
261 B
YAML

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