Skip to content

Commit

Permalink
disable checkstyle Indentation check due to often breaks and current …
Browse files Browse the repository at this point in the history
…ongoing regression
  • Loading branch information
xvik committed Apr 22, 2021
1 parent eb2d655 commit 43aa385
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* Update checkstyle 8.39 -> 8.41.1
* Update checkstyle config:
- Add [RecordComponentName](https://checkstyle.sourceforge.io/config_naming.html#RecordComponentName)
- Disable [Indentation](http://checkstyle.sourceforge.io/config_misc.html#Indentation) as causing problems too often
(currently in regression since 8.40)
* Update pmd 6.31 -> 6.33 (java 16 support)
* Update spotbugs 4.2.1 -> 4.2.3
* Update spotbugs plugin 4.6.0 -> 4.7.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<module name="CommentsIndentation"/>
<module name="DescendantToken"/>
<!--<module name="FinalParameters"/>--> <!-- DISABLED in favor of less restricted ParameterAssignment -->
<module name="Indentation"/>
<!--<module name="Indentation"/>--> <!-- DISABLED due to many problems (breaks often), regression since 8.40 -->
<module name="NoCodeInFile"/>
<module name="OuterTypeFilename"/>
<!--<module name="OrderedProperties"/>-->
Expand Down

0 comments on commit 43aa385

Please sign in to comment.