Skip to content

Commit 6921f98

Browse files
committed
Add Checkstyle JavadocPackage
1 parent 4614b09 commit 6921f98

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/conf/checkstyle.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,17 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
1918
<!DOCTYPE module PUBLIC
2019
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
2120
"https://checkstyle.org/dtds/configuration_1_3.dtd">
22-
23-
<!-- commons codec customization of default Checkstyle behavior -->
2421
<module name="Checker">
2522
<module name="FileTabCharacter">
2623
<property name="fileExtensions" value="java" />
2724
</module>
2825
<module name="Header">
2926
<property name="headerFile" value="${checkstyle.header.file}" />
3027
</module>
28+
<module name="JavadocPackage" />
3129
<module name="LineLength">
3230
<!-- Ignore lines that begin with " * ", such as within a Javadoc comment. -->
3331
<property name="ignorePattern" value="^ *\* *[^ ]"/>

0 commit comments

Comments
 (0)