Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bodgit committed Sep 20, 2023
1 parent 018d66d commit 7d7bc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ func toValidName(name string) string {
return p
}

//nolint:cyclop,gocognit
//nolint:cyclop
func (z *Reader) initFileList() {
z.fileListOnce.Do(func() {
files := make(map[string]int)
Expand Down

0 comments on commit 7d7bc07

Please sign in to comment.