packer-cn/builder/vsphere/clone
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
..
builder.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00
builder_acc_test.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00
builder_test.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00
config.go remove unused file, set up prepare() properly to work with HCL2 in vsphere-clone builder 2020-01-13 12:33:56 -08:00
config.hcl2spec.go Get plugin up to parity with v1.5.0. Remove custom jetbrains-internal testing logic; disable acceptance tests (for now) until we can set up a test rig inside of HashiCorp. Regenerate code based on vendoring changes. 2020-01-08 14:41:51 -08:00
config_test.go fix to work with hcl2; update tests 2020-01-13 15:52:05 -08:00
step_clone.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00
step_clone.hcl2spec.go remove extraneous files from when vsphere builder was a plugin, and move README into packer website as separated docs for vsphere-clone and vsphere-iso. Move option descriptions into struct code, and generate documentation directly from those structs as we do inside of the other builders 2020-01-07 16:59:31 -08:00