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 9fdd460 commit 3dadcc7Copy full SHA for 3dadcc7
tools/StaticAnalysis/GeneratedSdkAnalyzer/SDKGeneratedCodeVerify.ps1
@@ -74,6 +74,8 @@ try{
74
Remediation = "Make sure that the ReadMe file of Sdk is loaded."
75
}
76
77
+ # Prevent EOL changes detected
78
+ git config --global core.autocrlf false
79
# See if the code is completely the same as we generated
80
$changes = git status ".\Generated" --porcelain
81
if ($changes -ne $null){
0 commit comments