AT009¶
Acceptance testsStandard
check for acctest.RandStringFromCharSet() calls that can be simplified to acctest.RandString()
The AT009 analyzer reports where acctest.RandStringFromCharSet() calls can be simplified to acctest.RandString().
Examples¶
Ignoring reports¶
Singular reports can be ignored by adding a //lintignore:AT009 Go code comment at the end of the offending line or on the line immediately preceding, e.g.
This page is generated from passes/AT009/README.md, which lives beside the analyzer.