packer-cn/post-processor/vagrant
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 Expand Artifact API to expose build state 2014-09-22 11:15:47 +01:00
artifact_test.go run goimports 2018-01-22 17:21:10 -08:00
aws.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
aws_test.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
azure.go Add to vagrant post-processor support for Azure 2018-08-08 10:04:28 -05:00
azure_test.go Add to vagrant post-processor support for Azure 2018-08-08 10:04:28 -05:00
digitalocean.go run goimports 2018-01-22 17:21:10 -08:00
digitalocean_test.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
docker.go Add Vagrantfile fragment with docker tag specified 2018-07-16 15:35:02 -05:00
docker_test.go First cut at vagrant post-processor for docker 2018-07-06 17:11:24 -05:00
google.go Add vagrant post-processor support for Google 2017-12-23 00:13:17 -06:00
google_test.go s/boot_command/bootcommand/ 2018-04-19 14:26:31 -07:00
hyperv.go 🎨 Fix typo in "copyed" -> "copied" usages. 2017-10-26 07:42:49 -05:00
libvirt.go correctly handle the diskSize property as a qemu size string 2020-01-05 15:44:01 +00:00
libvirt_test.go correctly handle the diskSize property as a qemu size string 2020-01-05 15:44:01 +00:00
lxc.go Add LXC to vagrant post-processor 2018-03-07 15:17:52 +00:00
lxc_test.go Add LXC to vagrant post-processor 2018-03-07 15:17:52 +00:00
parallels.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
parallels_test.go Added support for Parallels Desktop for Mac [GH-233] in the vagrant post-processor. 2014-05-01 20:29:22 +02:00
post-processor.go Sharing info with post-processors via artifact (#8632) 2020-01-30 11:27:58 +01:00
post-processor.hcl2spec.go build using HCL2 (#8423) 2019-12-17 11:25:56 +01:00
post-processor_test.go Override post-processor config when processing (#8592) 2020-01-14 11:13:16 +01:00
provider.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
scaleway.go s/boot_command/bootcommand/ 2018-04-19 14:26:31 -07:00
tar_fix.go conditionally set tar header on go >= 1.10 2018-03-29 14:21:54 -07:00
tar_fix_go110.go conditionally set tar header on go >= 1.10 2018-03-29 14:21:54 -07:00
util.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00
virtualbox.go Add unit test to show that we handle tars safely 2018-05-25 12:13:59 -07:00
virtualbox_test.go Add tmp package that offers Dir & File funcs 2018-12-12 16:35:57 +01:00
vmware.go run goimports 2018-01-22 17:21:10 -08:00
vmware_test.go post-processor/vagrant: vmware 2013-12-19 13:44:18 -08:00