Created a standard set of checkstyle properties.

It's still noticing RuntimeExceptions, so that part isn't working yet.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137055 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2002-09-21 05:16:10 +00:00
parent 7506eb0511
commit c9b0b98cbb
2 changed files with 8 additions and 0 deletions

7
checkstyle.properties Normal file
View File

@ -0,0 +1,7 @@
checkstyle.ignore.public.in.interface=true
checkstyle.require.packagehtml
checkstyle.javadoc.checkUnusedThrows=false
checkstyle.lcurly.type=ignore
checkstyle.lcurly.method=ignore
checkstyle.lcurly.other=ignore
checkstyle.maxlinelen=120

1
project.properties Normal file
View File

@ -0,0 +1 @@
maven.checkstyle.properties=checkstyle.properties