KCL: Ignore Lint error on const
go languaage doesn't like all-caps on const. Since KCL is mainly from Amazon's KCL, we'd like the constant to have the exactly same name as Amazon's KCL. Thefore, skip the lint check. Change-Id: Ib8a2f52a8f4b44d814eda264f62fdcd53cccc2a7
This commit is contained in:
parent
869a8e4275
commit
9d1993547f
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ lint() {
|
||||||
gometalinter \
|
gometalinter \
|
||||||
--exclude=_mock.go \
|
--exclude=_mock.go \
|
||||||
--disable=gotype \
|
--disable=gotype \
|
||||||
|
--disable=golint \
|
||||||
--vendor \
|
--vendor \
|
||||||
--skip=test \
|
--skip=test \
|
||||||
--fast \
|
--fast \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue