Skip to content

Commit

Permalink
enhance: add goconst check into ci
Browse files Browse the repository at this point in the history
Signed-off-by: mathspanda <mathspanda826@gmail.com>
  • Loading branch information
mathspanda authored and allencloud committed Nov 11, 2018
1 parent 6b34f08 commit af17db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- run:
name: validate go code with gometalinter
command: |
gometalinter --disable-all --skip vendor -E gofmt -E goimports -E golint -E ineffassign -E misspell -E vet -E megacheck ./...
gometalinter --disable-all --skip vendor -E gofmt -E goimports -E golint -E goconst -E ineffassign -E misspell -E vet -E megacheck ./...
- run:
name: detect deadcode without test folder
Expand Down

0 comments on commit af17db3

Please sign in to comment.