<?xml version="1.0"?> <!DOCTYPE module PUBLIC "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" "https://checkstyle.org/dtds/configuration_1_3.dtd"> <!-- Checkstyle configuration that Codacy enabled by default. --> <module name = "Checker"> <property name="charset" value="UTF-8"/> <property name="fileExtensions" value="java"/> <module name="TreeWalker"> <module name="UnusedImports"/> </module> </module>