manifest_checker.check_code_exists()

Check whether the project contains analysis or source code files.

Usage

manifest_checker.check_code_exists(directory)

Parameters

directory: Path
Project directory to inspect recursively.

Returns

CheckResult
Passes when at least one supported code or notebook file is found outside ignored directories.