From 5b2665d83dfc439a4bc05e4e87c9005b621f8169 Mon Sep 17 00:00:00 2001 From: teleivo Date: Sat, 30 Oct 2021 06:21:01 +0200 Subject: [PATCH] have a TODO for it :) --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index b93e0f8..7495285 100644 --- a/main.go +++ b/main.go @@ -43,6 +43,7 @@ func run(args []string, out io.Writer) error { } // TODO collect errors in slice and report all of them + //nolint:errcheck filepath.WalkDir(*src, func(path string, d fs.DirEntry, _ error) error { // TODO what to do on err? if d.IsDir() || strings.ToLower(filepath.Ext(path)) != ".xml" {