зеркало из https://github.com/github/codeql.git
Clarify comment
This commit is contained in:
Родитель
f1f6f9b580
Коммит
ea3e5c8a99
|
@ -33,7 +33,8 @@ func GetConfigBaselineAsJSON(rootDir string) ([]byte, error) {
|
|||
} else {
|
||||
filepath.WalkDir(rootDir, func(dirPath string, d fs.DirEntry, err error) error {
|
||||
if err != nil {
|
||||
// Mask any unreadable paths.
|
||||
// Ignore any unreadable paths -- if this script can't see it, very likely
|
||||
// it will not be extracted either.
|
||||
return nil
|
||||
}
|
||||
if isGolangVendorDirectory(dirPath) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче