packer-cn/builder/parallels/common
Wilken Rivera 9ec8b67392
Add golangci-lint to project (#8686)
* Add golangci-lint as linting tool

* Disable failing staticchecks to start; GitHub issue to handle coming soon

* Run `goimports -w` to repair all source files that have improperly
formatted imports

* makefile: Add ci-lint target to run on travis

This change adds a new make target for running golangci-lint on newly
added Go files only. This target is expected to run during Packer ci builds.

* .github/contributing: Add code linting instructions

* travis: Update job configuration to run parallel builds
2020-02-14 11:42:29 -05:00
..
artifact.go Sharing info with post-processors via artifact (#8632) 2020-01-30 11:27:58 +01:00
artifact_test.go Sharing info with post-processors via artifact (#8632) 2020-01-30 11:27:58 +01:00
driver.go forcefully stop parallels vm. 2018-04-19 16:11:29 -07:00
driver_9.go Merge pull request #7158 from rickard-von-essen/fix-7155 2019-01-11 15:30:37 -08:00
driver_9_test.go Remove tmp directories created by builder/parallels/common tests 2018-04-30 20:38:03 +01:00
driver_10.go Added support for the cpu_count, memory_size, sound, and usb options to the parallels builder. 2018-11-17 06:13:59 -06:00
driver_11.go Added support for the cpu_count, memory_size, sound, and usb options to the parallels builder. 2018-11-17 06:13:59 -06:00
driver_mock.go Fix style: Use a consistent case for initialisms 2016-12-17 00:36:56 +02:00
host_ip.go golint: Fix lint offences 2016-12-17 00:37:03 +02:00
host_ip_ifconfig.go golint: Add comments for exported methods 2016-12-17 00:37:04 +02:00
host_ip_ifconfig_test.go [feature] Support boot command for pvm builder 2014-05-19 20:04:13 +02:00
hw_config.go make fmt autogenerated docs 2019-06-06 16:29:25 +02:00
hw_config_test.go use interpolate.NewContext() instead of testConfigTemplate(t) 2019-06-14 12:17:28 +02:00
output_config.go make fmt autogenerated docs 2019-06-06 16:29:25 +02:00
output_config_test.go use interpolate.NewContext() instead of testConfigTemplate(t) 2019-06-14 12:17:28 +02:00
prlctl_config.go make fmt autogenerated docs 2019-06-06 16:29:25 +02:00
prlctl_config_test.go use interpolate.NewContext() instead of testConfigTemplate(t) 2019-06-14 12:17:28 +02:00
prlctl_post_config.go make fmt autogenerated docs 2019-06-06 16:29:25 +02:00
prlctl_post_config_test.go use interpolate.NewContext() instead of testConfigTemplate(t) 2019-06-14 12:17:28 +02:00
prlctl_version_config.go make fmt autogenerated docs 2019-06-06 16:29:25 +02:00
prlctl_version_config_test.go use interpolate.NewContext() instead of testConfigTemplate(t) 2019-06-14 12:17:28 +02:00
prltype.go golint: Add comments for exported methods 2016-12-17 00:37:04 +02:00
ssh.go allow user to set winrm_host override like we do ssh_host override 2020-01-30 15:22:22 -08:00
ssh_config.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00
ssh_config_test.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00
step_attach_floppy.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_attach_floppy_test.go test fixes WIP 2018-01-24 17:09:17 -08:00
step_attach_parallels_tools.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_compact_disk.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_compact_disk_test.go test fixes WIP 2018-01-24 17:09:17 -08:00
step_output_dir.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_output_dir_test.go Remove tmp directories created by builder/parallels/common tests 2018-04-30 20:38:03 +01:00
step_prepare_parallels_tools.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_prepare_parallels_tools_test.go test fixes WIP 2018-01-24 17:09:17 -08:00
step_prlctl.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_run.go implement ID and Type values in the provisioner template info sharing 2019-12-13 11:57:01 -08:00
step_shutdown.go allow a provisioner to timeout 2019-04-08 20:09:21 +02:00
step_shutdown_test.go test fixes WIP 2018-01-24 17:09:17 -08:00
step_test.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00
step_type_boot_command.go use port as ints 2019-03-19 15:01:12 +01:00
step_upload_parallels_tools.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_upload_parallels_tools_test.go test fixes WIP 2018-01-24 17:09:17 -08:00
step_upload_version.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_upload_version_test.go test fixes WIP 2018-01-24 17:09:17 -08:00
tools_config.go make fmt autogenerated docs 2019-06-06 16:29:25 +02:00
tools_config_test.go use interpolate.NewContext() instead of testConfigTemplate(t) 2019-06-14 12:17:28 +02:00