Expand description
Structs and functions to organize and perform lint checks.
Structsยง
- Lint
Check Iter - An iterator over the variants of LintCheck
Enumsยง
- Lint
Check - The linting checks that are currently supported.
Functionsยง
- code_
results_ ๐dir_ regex - Check that the directories under the
codeandresultsfollow the correct style. - code_
results_ ๐subdir_ pairing - Check that every subdirectory within
codehas a corresponding subdirectory inresultsand vice versa. - dir_
exists - Check that a required directory exists.
- directory_
walker ๐ - A helper function to set up a directory walker within a given directory.
- file_
exists - Check that a required file exists.
- subdir_
readmes ๐ - Check for the presence of README files within each subdirectory of a root directory.
- subdir_
workflows ๐ - Check for the presence of workflow files within each
codesubdirectory.