You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2017/06/08 08:15:48 UTC

[14/48] [lang] Don't allow package-info.html

Don't allow package-info.html


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/f21c32a0
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/f21c32a0
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/f21c32a0

Branch: refs/heads/release
Commit: f21c32a05920a678a094ad3b245f8663a8f7b747
Parents: 5511012
Author: Benedikt Ritter <br...@apache.org>
Authored: Tue Jun 6 15:02:09 2017 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Tue Jun 6 15:02:09 2017 +0200

----------------------------------------------------------------------
 checkstyle.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/f21c32a0/checkstyle.xml
----------------------------------------------------------------------
diff --git a/checkstyle.xml b/checkstyle.xml
index 6f03c44..3963bfc 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -23,10 +23,7 @@ limitations under the License.
 <!-- commons lang customization of default Checkstyle behavior -->
 <module name="Checker">
   <property name="localeLanguage" value="en"/>
-  <module name="JavadocPackage">
-    <!-- setting allowLegacy means it will check for package.html instead of just package-info.java -->
-    <property name="allowLegacy" value="true"/>
-  </module>
+  <module name="JavadocPackage"/>
   <module name="FileTabCharacter">
     <property name="fileExtensions" value="java,xml"/>
   </module>