Skip to content

Instantly share code, notes, and snippets.

@leeym
Created November 8, 2016 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leeym/6a1de07b2fdc8dbd0bbbf8674b8ff451 to your computer and use it in GitHub Desktop.
Save leeym/6a1de07b2fdc8dbd0bbbf8674b8ff451 to your computer and use it in GitHub Desktop.
<!DOCTYPE module PUBLIC
"-//Puppy Crawl//DTD Check Configuration 1.3//EN"
"http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
<module name="Checker">
<module name="TreeWalker">
<module name="RegexpSinglelineJava">
<property name="format" value="YearMonthDay"/>
<property name="ignoreComments" value="true"/>
<property name="message" value="Always use LocalDate instead of YearMonthDay."/>
</module>
</module>
</module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment