Created
July 13, 2022 18:36
-
-
Save stoyanK7/0d4ae7d042e12f0a4c92e80f814978cb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "https://checkstyle.org/dtds/configuration_1_3.dtd"> | |
<module name="Checker"> | |
<property name="charset" value="UTF-8" /> | |
<module name="TreeWalker"> | |
<module name="ConstantName"></module> | |
<module name="SuppressWarningsHolder"></module> | |
</module> | |
<module name="SuppressWarningsFilter" /> | |
</module> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment