We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1598093 commit 6ab47cbCopy full SHA for 6ab47cb
main.go
@@ -82,7 +82,7 @@ func walkDir(names []string, dir string) ([]string, error) {
82
return names, e
83
}
84
85
-// includeName will return true supplied list of patterns do not exclude name
+// includeName checks if the name should be allowed or not based on the exclude patterns
86
func includeName(name string, patterns []string) (bool, error) {
87
for _, p := range patterns {
88
// Compare pattern to full path and then to base filename
0 commit comments