From ade67d8df404f1e3f264dcd90f815722f719a1cd Mon Sep 17 00:00:00 2001 From: Petr Ilin Date: Mon, 2 Jan 2023 23:48:06 +0300 Subject: Correctly use Exceptions --- config/checkstyle/checkstyle.xml | 8 -------- config/checkstyle/suppressions.xml | 1 - 2 files changed, 9 deletions(-) (limited to 'config') diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index a78b371..2ae328c 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -257,14 +257,6 @@ - - - - - diff --git a/config/checkstyle/suppressions.xml b/config/checkstyle/suppressions.xml index caae7d8..afcf9b8 100644 --- a/config/checkstyle/suppressions.xml +++ b/config/checkstyle/suppressions.xml @@ -12,5 +12,4 @@ - -- cgit