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:
parent
7506eb0511
commit
c9b0b98cbb
|
@ -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
|
|
@ -0,0 +1 @@
|
||||||
|
maven.checkstyle.properties=checkstyle.properties
|
Loading…
Reference in New Issue