mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-26 11:32:04 -05: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 |
||
|---|---|---|
| .. | ||
| builder.go | ||
| builder.hcl2spec.go | ||
| cleanup.go | ||
| command.go | ||
| communicator.go | ||
| communicator_test.go | ||
| device.go | ||
| lockfile.go | ||
| lockfile_unix.go | ||
| run_local_commands.go | ||
| step_check_root_device.go | ||
| step_chroot_provision.go | ||
| step_copy_files.go | ||
| step_copy_files_test.go | ||
| step_create_omi.go | ||
| step_create_volume.go | ||
| step_early_cleanup.go | ||
| step_early_unflock.go | ||
| step_flock.go | ||
| step_link_volume.go | ||
| step_mount_device.go | ||
| step_mount_extra.go | ||
| step_post_mount_commands.go | ||
| step_pre_mount_commands.go | ||
| step_prepare_device.go | ||
| step_snapshot.go | ||
| step_vm_info.go | ||