[ 
https://issues.apache.org/jira/browse/NIFI-15650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Handermann updated NIFI-15650:
------------------------------------
    Fix Version/s: 2.9.0
       Resolution: Fixed
           Status: Resolved  (was: Patch Available)

> Checkstyle - Adding rules for naming conventions
> ------------------------------------------------
>
>                 Key: NIFI-15650
>                 URL: https://issues.apache.org/jira/browse/NIFI-15650
>             Project: Apache NiFi
>          Issue Type: Task
>            Reporter: Pierre Villard
>            Assignee: Pierre Villard
>            Priority: Major
>             Fix For: 2.9.0
>
>
> {code:java}
> +        <module name="MethodName">
> +            <property name="id" value="MethodNameRegular"/>
> +            <property name="format" value="^[a-z][a-zA-Z0-9]*$"/>
> +        </module>
> +        <module name="MethodName">
> +            <property name="id" value="MethodNameTest"/>
> +            <property name="format" value="^[a-z][a-zA-Z0-9_]*$"/>
> +        </module>
> +        <module name="LocalFinalVariableName"/>
> +        <module name="LocalVariableName"/>
> +        <module name="MemberName"/>
> +        <module name="ParameterName"/>
> +        <module name="StaticVariableName"/>
> +        <module name="TypeName"/> {code}



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

Reply via email to