mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 18:42:58 +00:00
13 lines
261 B
YAML
13 lines
261 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
|
|
- name: GoMixedReceiverTypes
|