mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 10:33:46 +00:00
* chore(code): fix code quality warnings + re-enable Qodana on PRs --------- Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
12 lines
230 B
YAML
12 lines
230 B
YAML
version: "1.0"
|
|
linter: jetbrains/qodana-go:latest
|
|
include:
|
|
- name: CheckDependencyLicenses
|
|
- name: RegExpRedundantEscape
|
|
- name: RegExpSimplifiable
|
|
exclude:
|
|
- name: All
|
|
paths:
|
|
- CONTRIBUTORS.md
|
|
- README.md
|