mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-19 06:53:26 +08:00
chore: move codeAnalysis folder to src (#5311)
This commit is contained in:
parent
e94cb34a25
commit
52e9d37b93
@ -28,6 +28,7 @@ function Get-Dirty-Files-From-Git() {
|
||||
$result = New-Object System.Collections.Generic.List[string]
|
||||
$staged, $unstaged, $untracked | % {
|
||||
$_.Split(" ") |
|
||||
where {Test-Path $_ -PathType Leaf} |
|
||||
where {$sourceExtensions.Contains((Get-Item $_).Extension)} |
|
||||
foreach {$result.Add($_)}
|
||||
}
|
Loading…
Reference in New Issue
Block a user