From 0f857065bd8afe7f58bc29202b4a27c5f724b591 Mon Sep 17 00:00:00 2001 From: Bukkit/Spigot Date: Sat, 19 Feb 2022 09:33:06 +1100 Subject: [PATCH] #730: Added a checkstyle rule to check for missing package declarations. Added a suppression to ignore the test sources. By: blablubbabc --- paper-api/checkstyle-suppressions.xml | 9 +++++++++ paper-api/checkstyle.xml | 3 +++ paper-api/pom.xml | 1 + 3 files changed, 13 insertions(+) create mode 100644 paper-api/checkstyle-suppressions.xml diff --git a/paper-api/checkstyle-suppressions.xml b/paper-api/checkstyle-suppressions.xml new file mode 100644 index 000000000..94366ef66 --- /dev/null +++ b/paper-api/checkstyle-suppressions.xml @@ -0,0 +1,9 @@ + + + + + + + diff --git a/paper-api/checkstyle.xml b/paper-api/checkstyle.xml index 8b6241649..c658f38f1 100644 --- a/paper-api/checkstyle.xml +++ b/paper-api/checkstyle.xml @@ -20,6 +20,9 @@ + + + diff --git a/paper-api/pom.xml b/paper-api/pom.xml index b8c801951..298e00fee 100644 --- a/paper-api/pom.xml +++ b/paper-api/pom.xml @@ -217,6 +217,7 @@ checkstyle.xml + checkstyle-suppressions.xml true