[refactor] Cleanup InitIgnoreList(detectFilesystem bool)
#2840
Labels
good first issue
Good for newcomers
help wanted
Looking for a volunteer!
kind/enhancement
New feature or request
meta/kaniko
priority/p3
agreed that this would be good to have, but no one is available at the moment.
Currently
func InitIgnoreList(detectFilesystem bool) error {
takes ini a bool parameter but in all code, the value is only ever set to true. This issue tracks removing the bool parameter as it is unused:Related code:
https://github.com/GoogleContainerTools/kaniko/blob/main/pkg/util/fs_util.go#L1035
The text was updated successfully, but these errors were encountered: