Closed clnsmth closed 4 years ago
Issue a warning when file naming best practices are not followed. Consider implementing in validate_file_names().
validate_file_names()
The current recommendation is to construct file names entirely from alphanumerics and underscores. This has been implemented and merged into the master branch.
Issue a warning when file naming best practices are not followed. Consider implementing in
validate_file_names()
.