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 0c21e1f commit 27c468dCopy full SHA for 27c468d
miss_hit.cfg
@@ -4,6 +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]+)*" #
8
regex_script_name: "[a-z0-9]+(_[a-z0-9]+)*"
9
10
exclude_dir: "lib"
requirements.txt
@@ -2,4 +2,4 @@ Sphinx
2
sphinxcontrib-matlabdomain
3
sphinxcontrib-napoleon
sphinx_rtd_theme
-miss_hit==0.9.15
+miss_hit==0.9.29
0 commit comments