Reviewers: rjrjr,

Description:
Ignoring hibernate library in checkstyle.

Review by: [email protected]

Please review this at http://gwt-code-reviews.appspot.com/939803/show

Affected files:
  M eclipse/user/.checkstyle


Index: eclipse/user/.checkstyle
===================================================================
--- eclipse/user/.checkstyle    (revision 8972)
+++ eclipse/user/.checkstyle    (working copy)
@@ -3,6 +3,7 @@
<fileset name="Java source for production code" enabled="true" check-config-name="GWT Checks" local="false"> <file-match-pattern match-pattern=".*src.*\.java" include-pattern="true"/> <file-match-pattern match-pattern="core[/\\]src[/\\]javax[/\\]validation.*\.java" include-pattern="false"/> + <file-match-pattern match-pattern="core[/\\]src[/\\]org[/\\]hibernate[/\\]validator.*\.java" include-pattern="false"/>
     </fileset>
<fileset name="Java source for test cases" enabled="true" check-config-name="GWT Checks for Tests" local="false"> <file-match-pattern match-pattern="core[/\\]test[/\\]com[/\\]google[/\\].*\.java$" include-pattern="true"/>


--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to