Skip to content

Commit

Permalink
chore: updating owl bot rule to exclude file from style check (#1190)
Browse files Browse the repository at this point in the history
* disabling owl bot
  • Loading branch information
TimurSadykov authored Apr 4, 2023
1 parent 77a99c9 commit 51fd1fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
16 changes: 0 additions & 16 deletions .github/.OwlBot.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
".kokoro/nightly/integration.cfg",
".kokoro/presubmit/integration.cfg",
".kokoro/presubmit/graalvm-native.cfg",
".kokoro/presubmit/graalvm-native-17.cfg"
".kokoro/presubmit/graalvm-native-17.cfg",
"oauth2_http/java/com/google/auth/oauth2/ExternalAccountCredentials.java"
]
)
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
<version>2.13</version>
<configuration>
<verbose>true</verbose>
<skipSortingImports>true</skipSortingImports>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -268,6 +269,7 @@
<testSourceDirectories>
<testSourceDirectory>src/test</testSourceDirectory>
</testSourceDirectories>
<excludes>com.google.auth.oauth2.ExternalAccountCredentials</excludes>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 51fd1fa

Please sign in to comment.