Module lints

Module lints 

Source
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 code subdirectory is missing.
missing_results_subdir ๐Ÿ”’
A helper function for formatting an error if a results subdirectory 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.