mirror of
https://github.com/securego/gosec.git
synced 2025-03-21 21:17:32 +02:00
Fix lint warnings
This commit is contained in:
parent
be378e682f
commit
11c32522c5
@ -19,9 +19,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var versioningPackagePattern = regexp.MustCompile(`v[0-9]+$`)
|
||||||
versioningPackagePattern = regexp.MustCompile(`v[0-9]+$`)
|
|
||||||
)
|
|
||||||
|
|
||||||
// ImportTracker is used to normalize the packages that have been imported
|
// ImportTracker is used to normalize the packages that have been imported
|
||||||
// by a source file. It is able to differentiate between plain imports, aliased
|
// by a source file. It is able to differentiate between plain imports, aliased
|
||||||
|
Loading…
x
Reference in New Issue
Block a user