Skip to content

Instantly share code, notes, and snippets.

@stoyanK7
Created July 13, 2022 18:36
Show Gist options
  • Save stoyanK7/0d4ae7d042e12f0a4c92e80f814978cb to your computer and use it in GitHub Desktop.
Save stoyanK7/0d4ae7d042e12f0a4c92e80f814978cb to your computer and use it in GitHub Desktop.
<?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