Skip to content

Commit aed7ec0

Browse files
committed
update miss_hit camel case regex
- can now have checkCFG.m and not only checkCfg.m
1 parent 793b2bb commit aed7ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miss_hit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
line_length: 100
2-
regex_function_name: "[a-z]+(([A-Z]|[0-9]){1}[a-z]+)*"
2+
regex_function_name: "[a-z]+(([A-Z]){1}[A-Za-z]+)*"
33
suppress_rule: "copyright_notice"

0 commit comments

Comments
 (0)