[doc] Update release notes (#4237)

This commit is contained in:
Andreas Dangel committed 2022-12-01 16:25:51 +01:00
1 parent 49c7f421f3
commit 5b6b7a2222
1 file changed
+3
+3
View File
@@ -188,6 +188,9 @@ conversions that may be made implicit.
* {% rule "java/design/UseUtilityClass" %}: The property `ignoredAnnotations` has been removed.
* {% rule "java/design/LawOfDemeter" %}: the rule has a new property `trustRadius`. This defines the maximum degree
of trusted data. The default of 1 is the most restrictive.
* {% rule "java/documentation/CommentContent" %}: The properties `caseSensitive` and `disallowedTerms` are removed. The
new property `fobiddenRegex` can be used now to define the disallowed terms with a single regular
expression.
#### Deprecated Rules