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 <brit...@apache.org> Authored: Tue Jun 6 15:02:09 2017 +0200 Committer: Benedikt Ritter <brit...@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>