# 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)