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 3c4878c commit f221d4eCopy full SHA for f221d4e
src/miss_hit.cfg
@@ -1,3 +1,10 @@
1
+# style guide (https://florianschanda.github.io/miss_hit/style_checker.html)
2
line_length: 100
3
regex_function_name: "[a-z]+(([A-Z]){1}[A-Za-z]+)*"
-suppress_rule: "copyright_notice"
4
+suppress_rule: "copyright_notice"
5
+
6
+# metrics limit for the code quality (https://florianschanda.github.io/miss_hit/metrics.html)
7
+metric "cnest": limit 4
8
+metric "file_length": limit 500
9
+metric "cyc": limit 15
10
+metric "parameters": limit 6
0 commit comments