File tree 3 files changed +18
-4
lines changed
3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change
1
+ # style guide (https://florianschanda.github.io/miss_hit/style_checker.html)
1
2
line_length: 100
2
- regex_function_name: " (test_[a-z]+)(([A-Z]){1}[A-Za-z]+)*"
3
- suppress_rule: " copyright_notice"
3
+ regex_function_name: " ((test_[a-z]+)|[a-z]+)(([A-Z]){1}[A-Za-z]+)*"
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 5
Original file line number Diff line number Diff line change 1
- # styly guide (https://florianschanda.github.io/miss_hit/style_checker.html)
1
+ # style guide (https://florianschanda.github.io/miss_hit/style_checker.html)
2
2
line_length: 100
3
3
regex_function_name: " [a-z]+(([A-Z]){1}[A-Za-z]+)*"
4
4
suppress_rule: " copyright_notice"
Original file line number Diff line number Diff line change
1
+ # style guide (https://florianschanda.github.io/miss_hit/style_checker.html)
1
2
line_length: 100
2
3
regex_function_name: " ((test_[a-z]+)|[a-z]+)(([A-Z]){1}[A-Za-z]+)*"
3
- 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 5
You can’t perform that action at this time.
0 commit comments