Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Cherrypick the lint fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Lantao Liu <[email protected]>
  • Loading branch information
Random-Liu committed Jul 26, 2018
1 parent 2cc44d9 commit 9e68f4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/verify-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 9e68f4c

Please sign in to comment.