Skip to content

Commit

Permalink
Fixup: delete unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nobishino authored and ccojocar committed Mar 8, 2024
1 parent ccb0a08 commit b6df69c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ const externalSuppressionJustification = "Globally suppressed."

const aliasOfAllRules = "*"

var generatedCodePattern = regexp.MustCompile(`^// Code generated .* DO NOT EDIT\.$`)

type ignore struct {
start int
end int
Expand Down

0 comments on commit b6df69c

Please sign in to comment.