Add support upper and mixed case file extensions #99
Labels
good first issue
Good for newcomers
has-pr
This issue has an associated PR
help wanted
Extra attention is needed
validator-core
Issues that relate to the core validator functionality
Source
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.
The text was updated successfully, but these errors were encountered: