Expand description
Creating and using the internal representation of all the important files, directories, and lints to check.
Structsยง
- Instantiated
Config - The internal representation of all the important files, directories, and lints to check.
- Root
Dirs - Expected top-level directories to organize the project folder.
Staticsยง
- CODE_
RESULTS_ ๐SUBDIR_ REGEX - The default regular expression for
codeandresultsfolders to match against. The format isYYYY-MM-DD_kebab-case-brief-description. - README_
FILE_ ๐NAMES - The default accepted file names of the READMEs that should be present in the
project root and within each subdirectory in the
codeanddatadirectories. - WORKFLOW_
FILE_ ๐NAMES - The default accepted file names of the workflow files that should be present
within each subdirectory in the
codedirectory.
Functionsยง
- parse_
root_ ๐dir_ name - A helper function to parse the directory name for a root directory.