diff --git a/analyzer.go b/analyzer.go index 17f2009..1951302 100644 --- a/analyzer.go +++ b/analyzer.go @@ -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