mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-19 08:25:21 -04:00
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 ``` |
||
|---|---|---|
| .. | ||
| artifact.go | ||
| builder.go | ||
| builder.hcl2spec.go | ||
| builder_test.go | ||
| driver.go | ||
| ssh.go | ||
| step_configure_qmp.go | ||
| step_configure_vnc.go | ||
| step_convert_disk.go | ||
| step_copy_disk.go | ||
| step_create_disk.go | ||
| step_forward_ssh.go | ||
| step_http_ip_discover.go | ||
| step_http_ip_discover_test.go | ||
| step_prepare_output_dir.go | ||
| step_resize_disk.go | ||
| step_run.go | ||
| step_set_iso.go | ||
| step_shutdown.go | ||
| step_type_boot_command.go | ||