mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-29 18:21:10 +00:00
* chore(deps): Update golangci/golangci-lint (v1.64.8 → v2.0.2) | datasource | package | from | to | | --------------- | ---------------------- | ------- | ------ | | github-releases | golangci/golangci-lint | v1.64.8 | v2.0.2 | * migrate linter config Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --------- Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
141 lines
2.8 KiB
JSON
141 lines
2.8 KiB
JSON
{
|
|
"editor.bracketPairColorization.enabled": true,
|
|
"editor.guides.bracketPairs": false,
|
|
"editor.guides.bracketPairsHorizontal": false,
|
|
"editor.guides.highlightActiveBracketPair": true,
|
|
"editor.rulers": [100],
|
|
"git.alwaysSignOff": true,
|
|
"cSpell.words": [
|
|
"aarch",
|
|
"ACPI",
|
|
"archlinux",
|
|
"armhf",
|
|
"bodyclose",
|
|
"burstable",
|
|
"capi",
|
|
"CDROM",
|
|
"cloudinit",
|
|
"CLRF",
|
|
"clusterfirewall",
|
|
"cmode",
|
|
"cpulimit",
|
|
"CPUNUMA",
|
|
"cpus",
|
|
"cputype",
|
|
"cpuunits",
|
|
"customdiff",
|
|
"datasource",
|
|
"datasources",
|
|
"deepcode",
|
|
"directsync",
|
|
"efidisk",
|
|
"efidisks",
|
|
"FSTRIM",
|
|
"fwprovider",
|
|
"gocritic",
|
|
"hookscript",
|
|
"hostnodes",
|
|
"hostpci",
|
|
"Hotplugged",
|
|
"Hugepages",
|
|
"iface",
|
|
"importdisk",
|
|
"iothread",
|
|
"iothreads",
|
|
"ivshmem",
|
|
"keyctl",
|
|
"knownhosts",
|
|
"mbps",
|
|
"mdev",
|
|
"nameserver",
|
|
"nestif",
|
|
"nixos",
|
|
"nolint",
|
|
"NUMA",
|
|
"ostype",
|
|
"OVMF",
|
|
"prealloc",
|
|
"proxmoxtf",
|
|
"pvesm",
|
|
"qcow",
|
|
"ROMBAR",
|
|
"romfile",
|
|
"rootfs",
|
|
"seabios",
|
|
"signoff",
|
|
"skeema",
|
|
"SMBIOSSKU",
|
|
"SMBIOSUUID",
|
|
"stretchr",
|
|
"testacc",
|
|
"tflog",
|
|
"tfstate",
|
|
"tfvars",
|
|
"tpmstate",
|
|
"unmanaged",
|
|
"unthrottled",
|
|
"uring",
|
|
"usbdisk",
|
|
"vcpus",
|
|
"virtio",
|
|
"VLANID",
|
|
"vmbr",
|
|
"VMID",
|
|
"vztmpl",
|
|
"writeback",
|
|
"writethrough",
|
|
"wvista",
|
|
"XVGA"
|
|
],
|
|
"go.lintTool": "golangci-lint",
|
|
"go.lintFlags": ["--config=${workspaceFolder}/.golangci.yml", "--fast"],
|
|
"go.lintOnSave": "workspace",
|
|
"go.testEnvFile": "${workspaceFolder}/testacc.env",
|
|
"material-icon-theme.folders.associations": {
|
|
".github/workflows": "robot",
|
|
"fwprovider": "middleware",
|
|
"proxmox": "api",
|
|
"proxmoxtf": "container",
|
|
"structure": "utils",
|
|
"access": "admin",
|
|
"firewall": "secure",
|
|
"nodes": "server",
|
|
"storage": "database",
|
|
"pools": "batch",
|
|
"ssh": "connection",
|
|
"version": "include",
|
|
"datasource": "database"
|
|
},
|
|
"psi-header.config": {
|
|
"forceToTop": true,
|
|
"blankLinesAfter": 1,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"psi-header.changes-tracking": {
|
|
"include": ["go"],
|
|
"isActive": true,
|
|
"enforceHeader": true
|
|
},
|
|
"psi-header.templates": [
|
|
{
|
|
"language": "*",
|
|
"template": [
|
|
"This Source Code Form is subject to the terms of the Mozilla Public",
|
|
"License, v. 2.0. If a copy of the MPL was not distributed with this",
|
|
"file, You can obtain one at https://mozilla.org/MPL/2.0/."
|
|
]
|
|
}
|
|
],
|
|
"psi-header.lang-config": [
|
|
{
|
|
"language": "go",
|
|
"ignoreLines": [
|
|
"//go:build"
|
|
]
|
|
}
|
|
],
|
|
"makefile.configureOnOpen": false,
|
|
"go.buildFlags": ["-tags=all"],
|
|
"gopls": { "build.buildFlags": ["-tags=all"] }
|
|
}
|