chore(healthcheck): remove tmp fix of stdout & stderr file
This commit is contained in:
parent
1df6bf57df
commit
63a4636341
|
@ -37,10 +37,6 @@ func getForbiddens(root string) ([]string, error) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
// TODO: remove this temporary fix for stdout and stderr
|
|
||||||
if relPath == "stdout" || relPath == "stderr" {
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
match := ignore.Relative(relPath, true)
|
match := ignore.Relative(relPath, true)
|
||||||
|
|
||||||
// Check if the relative file path should be ignored based on the .gitignore rules
|
// Check if the relative file path should be ignored based on the .gitignore rules
|
||||||
|
|
Loading…
Reference in New Issue
Block a user