From cdbeb146a28ebc21ac2c4d27e977b1771f9290b4 Mon Sep 17 00:00:00 2001 From: souleb Date: Tue, 23 Jan 2024 08:51:57 +0100 Subject: [PATCH] fix: typo in httproute files name (#877) Signed-off-by: Soule BA Co-authored-by: Alex Jones --- pkg/analyzer/{httroute.go => httproute.go} | 1 - pkg/analyzer/{httroute_test.go => httproute_test.go} | 0 2 files changed, 1 deletion(-) rename pkg/analyzer/{httroute.go => httproute.go} (99%) rename pkg/analyzer/{httroute_test.go => httproute_test.go} (100%) diff --git a/pkg/analyzer/httroute.go b/pkg/analyzer/httproute.go similarity index 99% rename from pkg/analyzer/httroute.go rename to pkg/analyzer/httproute.go index d85a20678b..5d6e0a58c3 100644 --- a/pkg/analyzer/httroute.go +++ b/pkg/analyzer/httproute.go @@ -45,7 +45,6 @@ func (HTTPRouteAnalyzer) Analyze(a common.Analyzer) ([]common.Result, error) { var preAnalysis = map[string]common.PreAnalysis{} // Find all unhealthy gateway Classes - for _, route := range routeList.Items { var failures []common.Failure diff --git a/pkg/analyzer/httroute_test.go b/pkg/analyzer/httproute_test.go similarity index 100% rename from pkg/analyzer/httroute_test.go rename to pkg/analyzer/httproute_test.go