This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
commit 6921f982d96a7cf9e531e5001b60e209a19d317e Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Dec 28 08:00:32 2024 -0500 Add Checkstyle JavadocPackage --- src/conf/checkstyle.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index d97aad96..b6a79570 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -15,12 +15,9 @@ 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. --> - <!DOCTYPE module PUBLIC "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" "https://checkstyle.org/dtds/configuration_1_3.dtd"> - -<!-- commons codec customization of default Checkstyle behavior --> <module name="Checker"> <module name="FileTabCharacter"> <property name="fileExtensions" value="java" /> @@ -28,6 +25,7 @@ limitations under the License. <module name="Header"> <property name="headerFile" value="${checkstyle.header.file}" /> </module> + <module name="JavadocPackage" /> <module name="LineLength"> <!-- Ignore lines that begin with " * ", such as within a Javadoc comment. --> <property name="ignorePattern" value="^ *\* *[^ ]"/>