1# Ignores the following: 2# SA1019: Using a deprecated function, variable, constant or field 3# SA6003: Converting a string to a slice of runes before ranging over it 4# ST1000: Incorrect or missing package comment 5# ST1003: Poorly chosen identifier 6# ST1005: Incorrectly formatted error string 7 8checks = ["all", "-SA1019", "-SA6003", "-ST1000", "-ST1003", "-ST1005"]