Skip to content

Commit

Permalink
[MAINT] set config for regex attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Jan 9, 2025
1 parent 1c62d65 commit ba0ef54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions miss_hit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ line_length: 100
regex_function_name: "[a-z]+(_[a-z0-9]+)*"
regex_class_name: "[A-Z]{1}[a-z]+"
regex_script_name: "[a-z]+(_[a-z]+)*"

# suppress_rule: "naming_parameters"
# regex_parameter_name: "[a-z]+(_[a-z0-9]+)*"
regex_attribute_name: "[a-z]+(_[a-z]+)*"

exclude_dir: "lib"

Expand Down

0 comments on commit ba0ef54

Please sign in to comment.