From b6df69cd07adbde004f49ad5414dca6470e8c22c Mon Sep 17 00:00:00 2001 From: nobishino Date: Thu, 7 Mar 2024 23:03:19 +0900 Subject: [PATCH] Fixup: delete unused variable --- analyzer.go | 2 -- 1 file changed, 2 deletions(-) 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