builder:application.yml:AtClauseOrder: protect '@' by wrapping properties
This commit is contained in:
parent
9b8fea775c
commit
4a7a2871ac
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ rules:
|
||||||
source: CHECKSTYLE
|
source: CHECKSTYLE
|
||||||
uri: http://checkstyle.sourceforge.net/config_javadoc.html#AtclauseOrder
|
uri: http://checkstyle.sourceforge.net/config_javadoc.html#AtclauseOrder
|
||||||
properties:
|
properties:
|
||||||
tagOrder: @param, @author, @version, @serial, @return, @throws, @exception, @serialData, @serialField, @see, @since, @deprecated
|
tagOrder: "@param, @author, @version, @serial, @return, @throws, @exception, @serialData, @serialField, @see, @since, @deprecated"
|
||||||
-
|
-
|
||||||
name: AvoidEscapedUnicodeCharacters
|
name: AvoidEscapedUnicodeCharacters
|
||||||
parent: TREEWALKER
|
parent: TREEWALKER
|
||||||
|
|
Loading…
Reference in a new issue