Skip to content

Commit 268606d

Browse files
authored
[StaticAnalysis] Update SDKGeneratedCodeVerify.ps1 (#24715)
1 parent 7029300 commit 268606d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/StaticAnalysis/GeneratedSdkAnalyzer/SDKGeneratedCodeVerify.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ try {
196196
# Prevent EOL changes detected
197197
git config --global core.safecrlf false
198198
git config --global core.autocrlf true
199-
$diff = git diff
199+
$diff = git diff ".\Generated"
200200
if($diff -ne $null){
201201
$changes = $changes.replace(" ", "`n")
202202
$ExceptionList += [GeneratedSdkIssue]@{

0 commit comments

Comments
 (0)