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