We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0416e34 commit 329395eCopy full SHA for 329395e
miss_hit.cfg
@@ -11,6 +11,7 @@ regex_class_name: "(([A-Z]){1}([a-z]+)*)*"
11
regex_method_name: "[a-zA-Z]+(_[a-z]+)*"
12
regex_parameter_name: "[A-Z]*|[a-z]+(_[a-z]+)*"
13
regex_function_name: "[a-z]+(_[a-zA-Z0-9]+)*"
14
+regex_attribute_name: "[a-zA-Z]+(_[a-zA-Z0-9]+)*"
15
regex_nested_name: "[a-z]+(_[a-zA-Z0-9]+)*"
16
regex_script_name: "[a-zA-Z]+(_[a-zA-Z0-9]+)*"
17
0 commit comments