doc: Correct regexp in configuration example for ParameterNameCheck
This commit is contained in:
parent
75bbb44180
commit
272740a132
|
|
@ -46,7 +46,7 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* </p>
|
||||
* <pre>
|
||||
* <module name="ParameterName">
|
||||
* <property name="format" value="^^[a-z](_?[a-zA-Z0-9]+)*$"/>
|
||||
* <property name="format" value="^[a-z][_a-zA-Z0-9]+$"/>
|
||||
* </module>
|
||||
* </pre>
|
||||
* <p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue