mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-19 16:35:29 -04:00
* 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 |
||
|---|---|---|
| .. | ||
| testing | ||
| artifact.go | ||
| config_location.go | ||
| config_location.hcl2spec.go | ||
| config_ssh.go | ||
| step_config_params.go | ||
| step_config_params.hcl2spec.go | ||
| step_connect.go | ||
| step_connect.hcl2spec.go | ||
| step_hardware.go | ||
| step_hardware.hcl2spec.go | ||
| step_run.go | ||
| step_run.hcl2spec.go | ||
| step_shutdown.go | ||
| step_shutdown.hcl2spec.go | ||
| step_snapshot.go | ||
| step_template.go | ||
| step_wait_for_ip.go | ||
| step_wait_for_ip.hcl2spec.go | ||