Skip to content

Commit

Permalink
[MSHARED-968] Exclude module-info.java checks
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Dec 23, 2020
1 parent 12b4dcb commit 5fbc3eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/config/maven_checks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ under the License.

<module name="Checker">

<!-- BeforeExecutionFileFilters is required for sources that are based on java9 -->
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value="module\-info\.java$" />
</module>

<!-- Checks that each Java package has a Javadoc file used for commenting. -->
<!-- See http://checkstyle.sf.net/config_javadoc.html#JavadocPackage -->
<!--module name="JavadocPackage">
Expand Down

0 comments on commit 5fbc3eb

Please sign in to comment.