Skip to content

Commit af17db3

Browse files
mathspandaallencloud
authored andcommitted
enhance: add goconst check into ci
Signed-off-by: mathspanda <[email protected]>
1 parent 6b34f08 commit af17db3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- run:
3939
name: validate go code with gometalinter
4040
command: |
41-
gometalinter --disable-all --skip vendor -E gofmt -E goimports -E golint -E ineffassign -E misspell -E vet -E megacheck ./...
41+
gometalinter --disable-all --skip vendor -E gofmt -E goimports -E golint -E goconst -E ineffassign -E misspell -E vet -E megacheck ./...
4242
4343
- run:
4444
name: detect deadcode without test folder

0 commit comments

Comments
 (0)