Expand description
This module contains methods and helper functions that run checks on an InstantiatedConfig.
Functionsยง
- dir_
exists - Check that a required directory exists.
- file_
exists ๐ - Check that a required file exists.
- missing_
code_ ๐subdir - A helper function for formatting an error if a
codesubdirectory is missing. - missing_
results_ ๐subdir - A helper function for formatting an error if a
resultssubdirectory is missing. - subdir_
readmes ๐ - Check for the presence of README files within each subdirectory of a root directory.
- subdir_
regex ๐ - A helper function to check that a subdirectoryโs name matches a given regex.