Skip to content

Commit c8ad56f

Browse files
committed
Enable Bumpy Road, Brain Method, and Low Cohesion CodeScene PR checks
1 parent e42ffa0 commit c8ad56f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.codescene/code-health-rules.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)