packer-cn/common/shell-local
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
..
communicator.go allow a provisioner to timeout 2019-04-08 20:09:21 +02:00
communicator_test.go allow a provisioner to timeout 2019-04-08 20:09:21 +02:00
config.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00
config.hcl2spec.go build using HCL2 (#8423) 2019-12-17 11:25:56 +01:00
config_test.go implement template variable for accessing WinRM password in either environemnt variables or directly in execute_command or inline commands. 2018-05-23 16:00:43 -07:00
run.go update all provisioners that used the winrmpassword tooling to use the new generateddata option 2019-12-12 16:42:53 -08:00