mirror of
https://github.com/securego/gosec.git
synced 2025-07-05 00:29:02 +02:00
Fix typos in comments, vars and tests
This commit is contained in:
committed by
Cosmin Cojocar
parent
e1484658ac
commit
1f689968ec
@ -59,7 +59,7 @@ var generatedCodePattern = regexp.MustCompile(`^// Code generated .* DO NOT EDIT
|
||||
|
||||
// The Context is populated with data parsed from the source code as it is scanned.
|
||||
// It is passed through to all rule functions as they are called. Rules may use
|
||||
// this data in conjunction withe the encountered AST node.
|
||||
// this data in conjunction with the encountered AST node.
|
||||
type Context struct {
|
||||
FileSet *token.FileSet
|
||||
Comments ast.CommentMap
|
||||
|
Reference in New Issue
Block a user