Commit d111ec1 1 parent 8b43c8f commit d111ec1 Copy full SHA for d111ec1
File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 31
31
# script: golangci-lint run # run a bunch of code checkers/linters in parallel
32
32
before_script :
33
33
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.27.0
34
- <<<<<<< HEAD
35
- - golangci-lint --version # test that we got it
36
- - pwd; ls -altr; ls -alR
37
- =======
38
34
script :
39
- >>>>>>> de22ee4... Travis testing (#85)
40
35
- make download
41
36
- make lint
42
37
- stage : test
Original file line number Diff line number Diff line change 59
59
@go run $(CMD ) -c config/example.yml
60
60
61
61
clean :
62
- @rm -rf internal/bridgr/asset/templates.go coverage.out packages tests.xml tests.out coverage.out * .sha256 main code-quality-report.json $(PKG )
62
+ @rm -rf internal/bridgr/asset/templates.go coverage.out packages tests.xml tests.out coverage.out * .sha256 main code-quality-report.json $(PKG ) - *
63
63
@docker rm --force bridgr_yum bridgr_python bridgr_ruby & > /dev/null || true
64
64
65
65
generate : $(GO_FILES )
You can’t perform that action at this time.
0 commit comments