type IsFlaky struct{}
IsFlaky detects if annotation.isFlakyTest() is called.
func NewIsFlaky() *IsFlaky
NewIsFlaky creates and returns a IsFlaky object.
func (lr *IsFlaky) Check(aNode ast.Node, fs *token.FileSet, lrp *checker.Report)
Check creates a report if aNode is a test which has annotation.IsFlaky() call.
func (lr *IsFlaky) GetID() string
GetID returns is_flaky.