packer-cn/helper/ssh
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
..
key_pair.go Honor value of 'Comment' field in 'ssh.KeyPairFromPrivateKey()'. 2019-07-27 15:52:13 -04:00
key_pair_test.go Honor value of 'Comment' field in 'ssh.KeyPairFromPrivateKey()'. 2019-07-27 15:52:13 -04:00
ssh.go helper: communicator.SSHFileSigner => ssh.FileSigner 2018-08-29 14:40:33 +02:00
tunnel.go SSH tunneling support 2019-09-18 11:09:41 -07:00
tunnel_test.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00