A feature like this would be greatly helpful in discarding off false positives. One example is that in Golang, certain libraries such as the AWS SDKs have tests which get flagged by the existing rules. If we could just tell guarddog to ignore test files this would not be a problem. Library tests are things which we never run so I'm assuming it is okay to ignore them
A feature like this would be greatly helpful in discarding off false positives. One example is that in Golang, certain libraries such as the AWS SDKs have tests which get flagged by the existing rules. If we could just tell guarddog to ignore test files this would not be a problem. Library tests are things which we never run so I'm assuming it is okay to ignore them