Skip to content

Commit

Permalink
Add checkstyle config
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Feb 28, 2020
1 parent 41236a1 commit f9edb98
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .checkstyle
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
<fileset name="all" enabled="true" check-config-name="Simon" local="false">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
</fileset-config>

0 comments on commit f9edb98

Please sign in to comment.