This project is mirrored from https://gitee.com/NQL886/packer.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 14 Feb, 2020 1 commit
    • Wilken Rivera's avatar
      Add golangci-lint to project (#8686) · 9ec8b673
      Wilken Rivera authored
      * 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
      9ec8b673