mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
chore: move codeAnalysis folder to src (#5311)
This commit is contained in:
@@ -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($_)}
|
||||
}
|
||||
Reference in New Issue
Block a user