fix metalinter checking ui dir
This commit is contained in:
parent
855e167789
commit
bc775861cc
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue