diff --git a/miss_hit.cfg b/miss_hit.cfg index 0395b6c..fa2ecd4 100644 --- a/miss_hit.cfg +++ b/miss_hit.cfg @@ -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"