Skip to content

Commit

Permalink
have a TODO for it :)
Browse files Browse the repository at this point in the history
  • Loading branch information
teleivo committed Oct 30, 2021
1 parent d986e01 commit 5b2665d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 5b2665d

Please sign in to comment.