Skip to content

Commit d96a11c

Browse files
authored
Merge pull request #202 from SasView/codescene-enable
Enable Minimal Safety Net for CodeScene
2 parents 9082881 + c8ad56f commit d96a11c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.codescene/code-health-rules.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"name" : "constructor_max_arguments",
55
"value" : "7"
66
}, {
7-
"name" : "file_lines_of_code_for_alert",
7+
"name" : "file_lines_of_code_for_critical_alert",
88
"value" : "5000"
99
}, {
10-
"name" : "file_lines_of_code_for_critical_alert",
10+
"name" : "file_lines_of_code_for_alert",
1111
"value" : "2500"
1212
}, {
1313
"name" : "file_lines_of_code_for_warning",
@@ -51,10 +51,10 @@
5151
"matching_content_path_doc" : "**/*",
5252
"rules" : [ {
5353
"name" : "Brain Method",
54-
"weight" : 0.0
54+
"weight" : 0.5
5555
}, {
5656
"name" : "Bumpy Road Ahead",
57-
"weight" : 0.0
57+
"weight" : 0.5
5858
}, {
5959
"name" : "Code Duplication",
6060
"weight" : 0.0
@@ -99,7 +99,7 @@
9999
"weight" : 0.0
100100
}, {
101101
"name" : "Low Cohesion",
102-
"weight" : 0.0
102+
"weight" : 0.5
103103
}, {
104104
"name" : "Missing Arguments Abstractions",
105105
"weight" : 0.0

0 commit comments

Comments
 (0)