5.3.1.14.1. cli.cmd_misc.check_repository_depth
Enforce repository file path length constraints.
This module defines and applies maximum allowed path lengths for files in different directories of the repository (e.g., default, docs, src). The limits are defined to ensure compatibility (notably with Windows MAX_PATH restrictions) and maintain manageable file organization. It checks all tracked files using git and reports paths that exceed their configured maximum lengths.
Key functionalities: - Define per-directory maximum path lengths. - Check all git-tracked files for path length violations. - Report any files exceeding their respective limits.
Intended for use as a repository maintenance utility.
Functions
Check that file paths in the repository do not exceed maximum allowed lengths. |
Classes
Store the maximum allowed path length |