mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Address review comments
This commit is contained in:
@@ -291,6 +291,7 @@ func FindGoFiles(root string) bool {
|
||||
}
|
||||
if filepath.Ext(d.Name()) == ".go" {
|
||||
found = true
|
||||
return filepath.SkipAll
|
||||
}
|
||||
return nil
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user