From 863c0873dd1f805763b25ce0d3e40b623c0ee4c7 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 24 Jul 2020 13:35:18 -0700 Subject: [PATCH] Suppress third-party code from checkstyle Suppress `BCrypt` and `ComparableVersion` from checkstyle since these source files were developed by a third-party. Issue gh-8945 --- etc/checkstyle/checkstyle-suppressions.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/checkstyle/checkstyle-suppressions.xml b/etc/checkstyle/checkstyle-suppressions.xml index 372ce7c509..588c427331 100644 --- a/etc/checkstyle/checkstyle-suppressions.xml +++ b/etc/checkstyle/checkstyle-suppressions.xml @@ -43,4 +43,8 @@ + + + +