forked from cpp-lln-lab/localizer_visual_motion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmiss_hit.cfg
More file actions
19 lines (17 loc) · 672 Bytes
/
miss_hit.cfg
File metadata and controls
19 lines (17 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
project_root
# style guide (https://florianschanda.github.io/miss_hit/style_checker.html)
line_length: 100
regex_function_name: "[a-z]+(([A-Z]){1}[A-Za-z]+)*"
regex_parameter_name: "[a-z]+(([A-Z]){1}[A-Za-z0-9]+)*"
regex_script_name: "[a-z]+(([A-Z]){1}[A-Za-z]+)*"
exclude_dir: "lib"
copyright_entity: "Mohamed Rezk"
copyright_entity: "Agah Karakuzu"
copyright_entity: "R.F. Tap"
copyright_entity: "Remi Gau"
copyright_entity: "CPP visual motion localizer developers"
# metrics limit for the code quality (https://florianschanda.github.io/miss_hit/metrics.html)
metric "cnest": limit 4
metric "file_length": limit 500
metric "cyc": limit 18
metric "parameters": limit 8