Skip to content

Commit

Permalink
Add Checkstyle JavadocPackage
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 28, 2024
1 parent 4614b09 commit 6921f98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/conf/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,17 @@ 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" />
</module>
<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="^ *\* *[^ ]"/>
Expand Down

0 comments on commit 6921f98

Please # to comment.