Skip to content

directory: Ensure to yield repo path when no .gitmodules file is found

If the submodules parameter of the loader is True but no .gitmodules file is found in root directory of the repository, the repository path is not yielded and thus its loading discarded.

Merge request reports