From d2aa6f0dddcde0726f65f05fb6d7459badbe9497 Mon Sep 17 00:00:00 2001 From: Hirotaka Wakabayashi Date: Wed, 27 Nov 2024 21:57:45 +0900 Subject: [PATCH] Move the checkstyle.xml --- checkstyle.xml => k2hash/checkstyle.xml | 0 k2hash/pom.xml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename checkstyle.xml => k2hash/checkstyle.xml (100%) diff --git a/checkstyle.xml b/k2hash/checkstyle.xml similarity index 100% rename from checkstyle.xml rename to k2hash/checkstyle.xml diff --git a/k2hash/pom.xml b/k2hash/pom.xml index 27f095f..f0ebf13 100644 --- a/k2hash/pom.xml +++ b/k2hash/pom.xml @@ -47,7 +47,7 @@ ${maven-checkstyle-plugin.version} - ${project.parent.basedir}/${checkstyle.configLocation} + ${checkstyle.configLocation}