-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Labels
good first issueGood for newcomersGood for newcomershas-prThis issue has an associated PRThis issue has an associated PRhelp wantedExtra attention is neededExtra attention is neededvalidator-coreIssues that relate to the core validator functionalityIssues that relate to the core validator functionality
Description
Source
Can the finder code be more tolerant to unofficial extensions(such as .TOML)? I know that the spec says that the extension should be .toml, but some of the projects I am currently working on did use unofficial extensions.
Description
Update the config-file-validator to support upper and mixed case file extensions for each supported file type. The file extension comparision in the fsfinder.go needs to be updated to compare the lowercase version of the file extension found during the filepath.WalkDir
execution instead of the raw filename.
The unit tests will need to be updated to provide upper and mixed case files to support this change.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershas-prThis issue has an associated PRThis issue has an associated PRhelp wantedExtra attention is neededExtra attention is neededvalidator-coreIssues that relate to the core validator functionalityIssues that relate to the core validator functionality