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 dca4ade commit 2fe2cd1Copy full SHA for 2fe2cd1
eng/scripts/Compare-CurrentToCodegeneration.ps1
@@ -191,7 +191,7 @@ $generateScript = {
191
192
# prevent warning related to EOL differences which triggers an exception for some reason
193
(& git -c core.safecrlf=false diff --ignore-space-at-eol --exit-code -- "$directory/*.java" ":(exclude)**/src/test/**" ":
194
- (exclude)**/src/samples/**" ":(exclude)**/src/main/**/implementation/**" ":(exclude)**/src/main/**/resourcemanager/**/*Manager.java") | Out-Null
+ (exclude)**/src/samples/**" ":(exclude)**/src/main/**/implementation/**") | Out-Null
195
196
if ($LastExitCode -ne 0) {
197
$status = (git status -s "$directory" | Out-String)
0 commit comments