Skip to content

Commit 51fd1fa

Browse files
author
Timur Sadykov
authored
chore: updating owl bot rule to exclude file from style check (#1190)
* disabling owl bot
1 parent 77a99c9 commit 51fd1fa

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

.github/.OwlBot.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

owlbot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
".kokoro/nightly/integration.cfg",
3737
".kokoro/presubmit/integration.cfg",
3838
".kokoro/presubmit/graalvm-native.cfg",
39-
".kokoro/presubmit/graalvm-native-17.cfg"
39+
".kokoro/presubmit/graalvm-native-17.cfg",
40+
"oauth2_http/java/com/google/auth/oauth2/ExternalAccountCredentials.java"
4041
]
4142
)

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@
214214
<version>2.13</version>
215215
<configuration>
216216
<verbose>true</verbose>
217+
<skipSortingImports>true</skipSortingImports>
217218
</configuration>
218219
</plugin>
219220
<plugin>
@@ -268,6 +269,7 @@
268269
<testSourceDirectories>
269270
<testSourceDirectory>src/test</testSourceDirectory>
270271
</testSourceDirectories>
272+
<excludes>com.google.auth.oauth2.ExternalAccountCredentials</excludes>
271273
</configuration>
272274
</execution>
273275
</executions>

0 commit comments

Comments
 (0)