We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1024531 commit f1c23daCopy full SHA for f1c23da
tools/StaticAnalysis/GeneratedSdkAnalyzer/SDKGeneratedCodeVerify.ps1
@@ -197,7 +197,7 @@ try {
197
git config --global core.safecrlf false
198
git config --global core.autocrlf true
199
# Use a single regex to ignore comments in .cs and .psd1 files
200
- $diff = git diff ".\Generated" --ignore-matching-lines="^\s*(//|/\*.*\*/|#)"
+ $diff = git diff --ignore-matching-lines="^\s*(//|/\*.*\*/|#)" ".\Generated"
201
202
if($diff -ne $null){
203
$changes = $changes.replace(" ", "`n")
0 commit comments