Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 0b712ea

Browse files
authored
ref: Fix tooling-based issues, adds debugLogger and update TravisCI
* ref: Fix golint, gofmt, gocyclo, ineffassign and misspell issues * ci: Add golint to TravisCI * ref: Add simple debugLogger
1 parent d5057ce commit 0b712ea

14 files changed

+264
-120
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ after_script:
2727
- zeus upload -t "application/x-xunit+xml" xunit.xml
2828

2929
matrix:
30+
include:
31+
- name: "golint 1.9.x"
32+
go: 1.9.x
33+
script: ./scripts/lint.sh
34+
- name: "golint 1.10.x"
35+
go: 1.10.x
36+
script: ./scripts/lint.sh
37+
- name: "golint 1.11.x"
38+
go: 1.11.x
39+
script: ./scripts/lint.sh
3040
allow_failures:
3141
- go: tip
3242

0 commit comments

Comments
 (0)