-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test(git): re-enable failing tests * test(git): fine-grained test cases for file exclusion * chore(test): add missing explicit types in helper functions * perf: evaluate exclude/include filter matching only if necessary * chore(test): rename some helpers * test: fix failing test More robust way of the default `Dockerfile` exclusion. It doesn't have to be a first element in the array of files. * fix(git): fix exclude filter in repo Git scan mode Align `exclude` filter behavior between `subtree` and `repo` Git repository scan modes. Now both `GitHandler` and `GitRepoHandler` behave identically if any exclusions are configured. chore: amend
- Loading branch information
1 parent
396f6d8
commit 5ef9998
Showing
4 changed files
with
58 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters