From 12c9a67ed02420e165bd9ffe98af91da66e61449 Mon Sep 17 00:00:00 2001 From: gaohan <1135494872@qq.com> Date: Thu, 12 Nov 2020 13:03:23 +0800 Subject: [PATCH] suppress the runtime exception in the KeyVaultClient class (#17401) Co-authored-by: v-gaoh --- .../src/main/resources/checkstyle/checkstyle-suppressions.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eng/code-quality-reports/src/main/resources/checkstyle/checkstyle-suppressions.xml b/eng/code-quality-reports/src/main/resources/checkstyle/checkstyle-suppressions.xml index 42252c13d1b07..698ce568814ed 100755 --- a/eng/code-quality-reports/src/main/resources/checkstyle/checkstyle-suppressions.xml +++ b/eng/code-quality-reports/src/main/resources/checkstyle/checkstyle-suppressions.xml @@ -349,6 +349,10 @@ + + +