From 9e68f4c2e06bb2321303e754ae5f831412a1737a Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Thu, 26 Jul 2018 18:35:27 +0000 Subject: [PATCH] Cherrypick the lint fix. Signed-off-by: Lantao Liu --- hack/verify-lint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/verify-lint.sh b/hack/verify-lint.sh index 36ccec1c4..1765f3c4a 100755 --- a/hack/verify-lint.sh +++ b/hack/verify-lint.sh @@ -29,6 +29,7 @@ for d in $(find . -type d -a \( -iwholename './pkg*' -o -iwholename './cmd*' \) --disable=aligncheck \ --disable=gotype \ --disable=gas \ + --disable=gosec \ --cyclo-over=60 \ --dupl-threshold=100 \ --tests \