Skip to content

Commit

Permalink
style: disallowing user to use incomplete fully qualified Check names…
Browse files Browse the repository at this point in the history
… in config file (#961)
  • Loading branch information
djydewang authored and vlsi committed Oct 3, 2017
1 parent 15aec6a commit 3286c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgjdbc/src/main/checkstyle/checks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
</module>
<module name="OverloadMethodsDeclarationOrder"/>
<module name="VariableDeclarationUsageDistance"/>-->
<module name="com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrder">
<module name="CustomImportOrder">
<property name="specialImportsRegExp" value="org.postgresql"/>
<property name="sortImportsInGroupAlphabetically" value="true"/>
<property name="customImportOrderRules"
Expand Down

0 comments on commit 3286c8c

Please sign in to comment.