Skip to content

Commit e0575bf

Browse files
committed
added suggestions for code style
Added some code style suggestions and a short document detailing the setup on eclipse Signed-off-by: Hannes Brandstätter-Müller <hannes.mueller@gmail.com>
1 parent 0b11b10 commit e0575bf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

development/eclipse/biojava-checkstyle.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,8 @@ Checkstyle configuration that checks the biojava coding conventions.
8282
<module name="NewlineAtEndOfFile"/>
8383
<module name="Translation"/>
8484
<module name="FileLength"/>
85-
<module name="FileTabCharacter"/>
85+
<module name="FileTabCharacter">
86+
<property name="severity" value="ignore"/>
87+
<metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
88+
</module>
8689
</module>

0 commit comments

Comments
 (0)