We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e305af commit af5f9a6Copy full SHA for af5f9a6
pom.xml
@@ -281,7 +281,7 @@ under the License.
281
<plugin>
282
<groupId>org.apache.maven.plugins</groupId>
283
<artifactId>maven-checkstyle-plugin</artifactId>
284
- <version>3.4.0</version>
+ <version>3.6.0</version>
285
<dependencies>
286
<dependency>
287
<groupId>com.puppycrawl.tools</groupId>
tools/maven/checkstyle.xml
@@ -285,6 +285,7 @@ This file is based on the checkstyle file of Apache Beam.
<module name="JavadocParagraph"/>
<module name="JavadocType">
288
+ <property name="scope" value="protected"/>
289
<property name="severity" value="error"/>
290
<property name="allowMissingParamTags" value="true"/>
291
</module>
0 commit comments