mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 03:55:54 +00:00
Fixup: delete unused variable
This commit is contained in:
parent
ccb0a08221
commit
b6df69cd07
1 changed files with 0 additions and 2 deletions
|
@ -55,8 +55,6 @@ const externalSuppressionJustification = "Globally suppressed."
|
||||||
|
|
||||||
const aliasOfAllRules = "*"
|
const aliasOfAllRules = "*"
|
||||||
|
|
||||||
var generatedCodePattern = regexp.MustCompile(`^// Code generated .* DO NOT EDIT\.$`)
|
|
||||||
|
|
||||||
type ignore struct {
|
type ignore struct {
|
||||||
start int
|
start int
|
||||||
end int
|
end int
|
||||||
|
|
Loading…
Reference in a new issue