Skip to content
Snippets Groups Projects
Commit 319c8fff authored by iwakeh's avatar iwakeh :palm_tree:
Browse files

Unify checkstyle in all Metrics' projects.

parent dcec8648
No related merge requests found
......@@ -18,6 +18,8 @@
- Added a check for unused imports [UnusedImports].
- Limit max line length to 80.
Checkstyle is very configurable. Be sure to read the documentation at
http://checkstyle.sf.net (or in your downloaded distribution).
......@@ -52,7 +54,7 @@
<property name="allowNonPrintableEscapes" value="true"/>
</module>
<module name="LineLength">
<property name="max" value="100"/>
<property name="max" value="80"/>
<property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://"/>
</module>
<module name="AvoidStarImport"/>
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment