From 4c372fbdff3d416b12cd746d53c013369a61ea09 Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Sun, 7 Dec 2025 21:17:02 +0100 Subject: [PATCH] fix: MagicNumber check disabled in tests --- checkstyle.xml | 4 ++++ suppressions.xml | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100644 suppressions.xml diff --git a/checkstyle.xml b/checkstyle.xml index 2219dec..cf551d9 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -4,6 +4,9 @@ "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" "https://checkstyle.org/dtds/configuration_1_3.dtd"> + + + @@ -67,6 +70,7 @@ + diff --git a/suppressions.xml b/suppressions.xml new file mode 100644 index 0000000..5935fec --- /dev/null +++ b/suppressions.xml @@ -0,0 +1,10 @@ + + + + + + +