Skip to content

Commit

Permalink
Bump checkstyle from 8.27 to 8.28 (#5794)
Browse files Browse the repository at this point in the history
* Bump checkstyle from 8.27 to 8.28

Bumps [checkstyle](/~https://github.com/checkstyle/checkstyle) from 8.27 to 8.28.
- [Release notes](/~https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-8.27...checkstyle-8.28)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Remove removed properties

* Update checkstyle.xml

Co-authored-by: Tobias Diez <tobiasdiez@gmx.de>
  • Loading branch information
dependabot-preview[bot] and tobiasdiez committed Dec 30, 2019
1 parent eb3d2ac commit 7a53b3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ dependencies {
testCompile "org.testfx:testfx-junit5:4.0.17-alpha-SNAPSHOT"
testCompile "org.hamcrest:hamcrest-library:2.2"

checkstyle 'com.puppycrawl.tools:checkstyle:8.27'
checkstyle 'com.puppycrawl.tools:checkstyle:8.28'
xjc group: 'org.glassfish.jaxb', name: 'jaxb-xjc', version: '2.3.2'
jython 'org.python:jython-standalone:2.7.1'
}
Expand Down
3 changes: 0 additions & 3 deletions config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@
<!-- Checks for Javadoc comments: https://checkstyle.org/config_javadoc.html -->
<module name="InvalidJavadocPosition"/>
<module name="JavadocMethod">
<property name="allowUndeclaredRTE" value="true"/>
<property name="allowMissingParamTags" value="true"/>
<property name="allowMissingThrowsTags" value="true"/>
<property name="allowMissingReturnTag" value="true"/>
<property name="validateThrows" value="true"/>
</module>

<!-- Checks for imports: https://checkstyle.org/config_import.html -->
Expand Down

0 comments on commit 7a53b3a

Please sign in to comment.