From b587c126e01610750d3704d5967fbe8ddec48186 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 16 Nov 2025 12:56:31 +0100 Subject: [PATCH] Fix linter warning --- internal/repository/index/indexmap_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/repository/index/indexmap_test.go b/internal/repository/index/indexmap_test.go index d451f8eb0..704f2cbf0 100644 --- a/internal/repository/index/indexmap_test.go +++ b/internal/repository/index/indexmap_test.go @@ -36,6 +36,7 @@ func TestIndexMapForeach(t *testing.T) { var m indexMap // Don't crash on empty map. + //nolint:revive // ignore empty iteration for range m.values() { // empty iteration }