This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new f06a06d623 [chore](fe)remove java doc period end check in checkstyle 
(#10329)
f06a06d623 is described below

commit f06a06d6238ed1c2a39f137df1680602364449bb
Author: morrySnow <[email protected]>
AuthorDate: Fri Jun 24 08:55:53 2022 +0800

    [chore](fe)remove java doc period end check in checkstyle (#10329)
    
    We do not generate real java doc. All java doc comments is used to help to 
understand the code logic more easily.
    So we need loose java doc style check. Remove period character check in 
summary java doc check rule.
---
 fe/check/checkstyle/checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fe/check/checkstyle/checkstyle.xml 
b/fe/check/checkstyle/checkstyle.xml
index b37927ff1d..9a8ac76787 100644
--- a/fe/check/checkstyle/checkstyle.xml
+++ b/fe/check/checkstyle/checkstyle.xml
@@ -197,6 +197,7 @@ under the License.
         <module name="SummaryJavadoc">
             <property name="forbiddenSummaryFragments"
                       value="^@return the *|^This method returns |^A [{]@code 
[a-zA-Z0-9]+[}]( is a )"/>
+            <property name="period" value=""/>
         </module>
         <module name="SingleLineJavadoc"/>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to