Files
kubevela/staticcheck.conf
roy wang 93ae8a9099 fix staticcheck issues
add staticcheck CI action

add staticcheck in Makefile

Signed-off-by: roywang <seiwy2010@gmail.com>
2021-01-29 18:42:03 +09:00

9 lines
346 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# This is config file for staticcheck.
# If you need to add ignored checks, pls also add explaination in comments.
checks = ["all", "-ST1000", "-ST1003", "-ST1016"]
# ST1000 - Incorrect or missing package comment (non-default)
# ST1003 Poorly chosen identifier (non-default)
# ST1016 Use consistent method receiver names (non-default)