Evgeny Stanilovsky created IGNITE-27546:
-------------------------------------------

             Summary: Extend check style rules with more accurate java doc 
checks
                 Key: IGNITE-27546
                 URL: https://issues.apache.org/jira/browse/IGNITE-27546
             Project: Ignite
          Issue Type: Improvement
          Components: general
    Affects Versions: 2.17
            Reporter: Evgeny Stanilovsky


Check style need to support more accurate java doc rules [1]
Probably it can be initially implemented as :

{code:java}
        <module name="JavadocStyle">
            <property name="checkEmptyJavadoc" value="false"/>
            <property name="checkHtml" value="false"/>
        </module>
{code}
with further improvements for *Html* and so on ...

also DEVNOTES.txt need to eb extended with local checkstyle command, like: 

{noformat}
./mvnw clean compile -Pcheckstyle -DskipTests
{noformat}


[1] https://checkstyle.org/checks/javadoc/javadocstyle.html#JavadocStyle



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to