-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
not-owned-checker: Add git-ls-tree implementation with subdirectory s…
…upport (#141)
- Loading branch information
Jeremy Cohen
authored
Apr 12, 2022
1 parent
f555ba6
commit a16e4b9
Showing
7 changed files
with
36 additions
and
6 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
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
3 changes: 2 additions & 1 deletion
3
tests/integration/testdata/TestCheckFailures/notowned.golden.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
==> Executing [Experimental] Not Owned File Checker (<duration>) | ||
[err] Found 3 not owned files (skipped patterns: "*"): | ||
[err] Found 4 not owned files (skipped patterns: "*"): | ||
* .gitignore | ||
* CODEOWNERS | ||
* action.yml | ||
* notowned/dir/example/sample.txt | ||
|
||
1 check(s) executed, 1 failure(s) |
5 changes: 5 additions & 0 deletions
5
tests/integration/testdata/TestCheckFailures/notowned_sub_dirs.golden.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
==> Executing [Experimental] Not Owned File Checker (<duration>) | ||
[err] Found 1 not owned files (skipped patterns: "*"): | ||
* notowned/dir/example/sample.txt | ||
|
||
1 check(s) executed, 1 failure(s) |