Closed sanmai-NL closed 2 days ago
@sanmai-NL fix the flake8 issue (line too long) and i'll validate :)
@nvuillam Should be done. Can be tested by starting a container with the submodule directory bind-mounted to /tmp/lint
.
@sanmai-NL I don't have expertise in git submodules, but it looks clean so I merged ;)
Please can you confirm it works well with beta version ?
If the workspace directory was a submodule, MegaLinter would consider this a valid Git working copy to detect changed files in. However, the
.git
directory may not be accessible from within the submodule, e.g., when the submodule was mounted inside a container as subpath, without../.git
.Proposed Changes
.git
directory is not a descendant of the workspace directory.Readiness Checklist
Author/Contributor
Reviewing Maintainer
breaking
if this is a large fundamental changeautomation
,bug
,documentation
,enhancement
,infrastructure
, orperformance