feat: introduce Refined Architect

This commit is contained in:
raoulvdberge
2023-07-03 21:48:30 +02:00
parent 9d243e93e7
commit 27a9bedacf
17 changed files with 350 additions and 326 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<!DOCTYPE module PUBLIC
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
"https://checkstyle.org/dtds/configuration_1_3.dtd">
<module name="Checker">
<property name="charset" value="UTF-8"/>
<property name="fileExtensions" value="java, properties, xml"/>
</module>