Skip to content
Snippets Groups Projects
Commit 377d120b authored by ale's avatar ale
Browse files

Remove lint warning

parent 77eae37d
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ func loadStringSetFromFile(path string) (stringSet, error) {
if err != nil {
return stringSet{}, err
}
defer f.Close()
defer f.Close() // nolint: errcheck
var list []string
scanner := bufio.NewScanner(f)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment