From ba0ef549181c5606aa8c20850b56f86b28fd9dc1 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Thu, 9 Jan 2025 18:31:46 +0100 Subject: [PATCH] [MAINT] set config for regex attribute name --- miss_hit.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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"