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 7029300 commit 268606dCopy full SHA for 268606d
tools/StaticAnalysis/GeneratedSdkAnalyzer/SDKGeneratedCodeVerify.ps1
@@ -196,7 +196,7 @@ try {
196
# Prevent EOL changes detected
197
git config --global core.safecrlf false
198
git config --global core.autocrlf true
199
- $diff = git diff
+ $diff = git diff ".\Generated"
200
if($diff -ne $null){
201
$changes = $changes.replace(" ", "`n")
202
$ExceptionList += [GeneratedSdkIssue]@{
0 commit comments