We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10df799 commit 1e6d05aCopy full SHA for 1e6d05a
miss_hit.cfg
@@ -4,7 +4,7 @@ project_root
4
line_length: 120
5
6
regex_function_name: "[a-z]+(_*([a-zA-Z0-9]){1}[A-Za-z]+)*" # almost anything goes in the root folder
7
-regex_parameter_name: "[a-zA-Z0-9]+(_*([a-zA-Z0-9]){1}[A-Za-z]+)*" #
+regex_parameter_name: "[a-zA-Z0-9]+(_*([a-zA-Z0-9]){1}[A-Za-z]+)*" #
8
regex_script_name: "[a-z0-9]+(_[a-z0-9]+)*"
9
10
exclude_dir: "lib"
0 commit comments