mirror of https://github.com/hashicorp/packer
builders: Fix gosimple S1007 linting issue (#8871)
Results before change ``` ⇶ golangci-lint run ./... --disable-all --enable=gosimple | grep 1007 builder/alicloud/ecs/image_config.go:208:9: S1007: should use raw string post-processor/vsphere-template/step_mark_as_template.go:130:8: S1007: shape twice (gosimple) builder/azure/arm/config.go:58:27: S1007: should use raw string (`...`) builder/azure/arm/config.go:59:27: S1007: should use raw string (`...`) builder/qemu/driver.go:192:15: S1007: should use raw string (`...`) ``` Results after change ``` ⇶ golangci-lint run ./... --disable-all --enable=gosimple | grep 1007 ```pull/8877/head
parent
072a71b419
commit
66ad6f3483
Loading…
Reference in new issue