fix metalinter checking ui dir

This commit is contained in:
Alex Dadgar 2017-09-19 11:49:34 -05:00
parent 855e167789
commit bc775861cc
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ check: ## Lint the source code
--deadline 10m \
--vendor \
--exclude '(.*\.generated\.go:\d+:|bindata_assetfs)' \
--skip="ui/" \
--disable-all \
--sort severity \
$(CHECKS) \