Skip to content

Commit ba0ef54

Browse files
committed
[MAINT] set config for regex attribute name
1 parent 1c62d65 commit ba0ef54

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

miss_hit.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ line_length: 100
66
regex_function_name: "[a-z]+(_[a-z0-9]+)*"
77
regex_class_name: "[A-Z]{1}[a-z]+"
88
regex_script_name: "[a-z]+(_[a-z]+)*"
9-
10-
# suppress_rule: "naming_parameters"
11-
# regex_parameter_name: "[a-z]+(_[a-z0-9]+)*"
9+
regex_attribute_name: "[a-z]+(_[a-z]+)*"
1210

1311
exclude_dir: "lib"
1412

0 commit comments

Comments
 (0)