Removing the checkstyle.properties class. There are no checkstyle warnings, and removing the .properties file doesn't make any warnings appear, so it's safe (ish) to assume the .xml file is covering things sufficiently.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@428646 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2d4e279d19
commit
d82abb3a8b
|
@ -1,26 +0,0 @@
|
|||
#
|
||||
# Copyright 2002-2005 The Apache Software Foundation.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
# $Id$
|
||||
|
||||
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
|
||||
checkstyle.wrap.operator=ignore
|
|
@ -29,7 +29,6 @@ limitations under the License.
|
|||
<include name="STATUS.html"/>
|
||||
<include name="default.properties"/>
|
||||
<include name="checkstyle.xml"/>
|
||||
<include name="checkstyle.properties"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
|
||||
|
|
|
@ -40,14 +40,6 @@ The following tasks are on the TODO list:
|
|||
<li>Complete new Tokenizer class</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Post-2.1 release tasks TODO:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Clean up checkstyle errors</li>
|
||||
<li>Remove checkstyle.properties from the repository since it appears to no longer be used</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Would you like to Volunteer? If so, contact the <a href="mail-lists.html">mailing lists</a>.
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue