Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
analyzer: Do not create an unmanaged project for a single root directory
So far, if the directory structure was like root-dir | +-.git | +-project-dir still an unmanaged project would have been created because no definition file is in the root directory, and the project directory is regarded as an unmanaged "file", even though there are not really any unmanaged files in the root. Fix this by a introducing a check that removes all managed paths (or ignored files) from all files in the root. Signed-off-by: Sebastian Schuberth <[email protected]>
- Loading branch information