mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +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]
|
$result = New-Object System.Collections.Generic.List[string]
|
||||||
$staged, $unstaged, $untracked | % {
|
$staged, $unstaged, $untracked | % {
|
||||||
$_.Split(" ") |
|
$_.Split(" ") |
|
||||||
|
where {Test-Path $_ -PathType Leaf} |
|
||||||
where {$sourceExtensions.Contains((Get-Item $_).Extension)} |
|
where {$sourceExtensions.Contains((Get-Item $_).Extension)} |
|
||||||
foreach {$result.Add($_)}
|
foreach {$result.Add($_)}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user