Updating contrib/meta.sh to be more explicit on ignored meta errors
This commit is contained in:
parent
8e8dabbe6c
commit
9c620947d1
|
@ -12,17 +12,18 @@ gometalinter \
|
|||
--cyclo-over=25 \
|
||||
--sort=path \
|
||||
--exclude='\(defer (.+?)\)\) \(errcheck\)$' \
|
||||
--exclude='func easyjson.*should be' \
|
||||
--exclude='/easyjson\.go.*(passes|copies) lock' \
|
||||
--exclude='/easyjson\.go.*warning' \
|
||||
--exclude='^cdp/.*gocyclo' \
|
||||
--exclude='/easyjson\.go.*ineffectual assignment' \
|
||||
--exclude='/easyjson\.go.*unnecessary conversion' \
|
||||
--exclude='/easyjson\.go.*\((gocyclo|golint|goconst)\)$' \
|
||||
--exclude='^cdp/.*Potential hardcoded credentials' \
|
||||
--exclude='^cdp/cdp\.go.*UnmarshalEasyJSON.*\(gocyclo\)$' \
|
||||
--exclude='^cdp/cdputil/cdputil\.go.*UnmarshalMessage.*\(gocyclo\)$' \
|
||||
--exclude='^cmd/chromedp-gen/.*\((gocyclo|interfacer)\)$' \
|
||||
--exclude='^cmd/chromedp-proxy/main\.go.*\(gas\)$' \
|
||||
--exclude='^cmd/chromedp-gen/fixup/fixup\.go.*goconst' \
|
||||
--exclude='^cmd/chromedp-gen/fixup/fixup\.go.*\(goconst\)$' \
|
||||
--exclude='^cmd/chromedp-gen/internal/enum\.go.*unreachable' \
|
||||
--exclude='^cmd/chromedp-gen/main\.go.*\(gas\)$' \
|
||||
--exclude='^cmd/chromedp-gen/.*gocyclo' \
|
||||
--exclude='^cmd/chromedp-gen/.*interfacer' \
|
||||
--exclude='^kb/gen\.go.*\((gas|vet)\)$' \
|
||||
--exclude='^runner/.*\(gas\)$' \
|
||||
--exclude='^handler\.go.*cmd can be easyjson\.Marshaler' \
|
||||
|
|
Loading…
Reference in New Issue
Block a user