Skip to content

Commit 12c9a67

Browse files
han-gaov-gaoh
andauthored
suppress the runtime exception in the KeyVaultClient class (Azure#17401)
Co-authored-by: v-gaoh <v-gaoh@Microsoft.com>
1 parent a097f96 commit 12c9a67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/code-quality-reports/src/main/resources/checkstyle/checkstyle-suppressions.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,10 @@
349349
<suppress checks="com.azure.tools.checkstyle.checks.ThrowFromClientLogger"
350350
files="com.azure.security.keyvault.keys.cryptography.AesCbc.java"/>
351351

352+
<!-- suppress the runtime exception in the KeyVaultClient class-->
353+
<suppress checks="com.azure.tools.checkstyle.checks.ThrowFromClientLogger"
354+
files="com.azure.security.keyvault.jca.KeyVaultClient.java"/>
355+
352356
<!-- MSAL extension temporarily living in our package. Will not take dependency on azure-core once migrated to MSAL repo -->
353357
<suppress checks="com.azure.tools.checkstyle.checks.ThrowFromClientLogger"
354358
files="com.azure.identity.implementation.msalextensions.CacheLock"/>

0 commit comments

Comments
 (0)