packer-cn/builder/amazon/ebssurrogate
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
..
block_device.go Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config 2019-09-20 11:15:44 +02:00
builder.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00
builder.hcl2spec.go add max_retries option to aws builders 2020-02-07 16:36:14 +01:00
builder_test.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00
root_block_device.go make fmt autogenerated docs 2019-06-06 16:29:25 +02:00
step_register_ami.go ebssurrogate builds didn't keep up with recent optimizations to region encryption in the ebs builder, and that was causing bugs with the common ami region copy step 2019-10-09 16:02:37 -07:00
step_register_ami_test.go Fix formatting by running `make fmt` 2018-03-25 19:51:49 -04:00
step_snapshot_volumes.go amazon-ebssurrogate plugin: StepSnapshotVolumes: Added mutex to synchronise map access across threads. (#8432) 2019-12-04 15:13:07 +01:00