0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-29 18:21:10 +00:00

misc(ci): adjust qodana config

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
Pavel Boldyrev 2025-05-05 22:26:49 -04:00
parent d23f7ab1c0
commit e06822c2c0
No known key found for this signature in database
GPG Key ID: 637146A2A6804C59

View File

@ -1,12 +1,13 @@
version: "1.0" version: "1.0"
linter: jetbrains/qodana-go:2025.1 linter: jetbrains/qodana-go:2025.1
include: profile:
- name: CheckDependencyLicenses name: qodana.recommended
- name: RegExpRedundantEscape
- name: RegExpSimplifiable
exclude: exclude:
- name: All - name: All
paths: paths:
- CONTRIBUTORS.md - CONTRIBUTORS.md
- README.md - README.md
- name: GoMixedReceiverTypes - name: GoMixedReceiverTypes
- name: CheckDependencyLicenses
include:
- name: VulnerableLibrariesGlobal