packer-cn/template/interpolate
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
..
funcs.go clean up a few final issues with info sharing 2019-12-17 11:20:57 -08:00
funcs_test.go add tests for info sharing 2019-12-17 13:41:48 -08:00
i.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00
i_test.go template/interpolate: basic + some funcs 2015-05-15 21:05:47 -07:00
parse.go template/interpolate: basic + some funcs 2015-05-15 21:05:47 -07:00
parse_test.go run gofmt 2016-11-01 14:08:04 -07:00
render.go Render variables one time on prepare method (#8727) 2020-02-13 17:35:23 +01:00
render_test.go command/push: interpolate 2015-05-29 15:35:55 -07:00