File tree Expand file tree Collapse file tree 1 file changed +8
-15
lines changed
Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Original file line number Diff line number Diff line change @@ -86,22 +86,15 @@ changes lacking proper headers.
8686 └─────────────────────────────────┘
8787
8888Heuristics (ASCII visual)
89- -------------------------
90- +--------------+----------------------------+
91- | Signal | Effect on Trust Score |
92- +--------------+----------------------------+
93- | Changes in | +10 |
94- | test files | |
95- | | [ ##########] |
96- +--------------+----------------------------+
97- | TODO/FIXME | -10 |
98- | detected | [ ######....] |
99- +--------------+----------------------------+
100- | Binary | -10 |
101- | patches | [ ######....] |
102- +--------------+----------------------------+
103- Base score: 70. Result is clamped to [ 0, 100] .
89+ > The Trust Score starts at ** 70** and is clamped to ** 0..100** .
90+
91+ | Signal | Effect on Trust Score | Visual hint |
92+ | ---------------------------| -----------------------| ----------------|
93+ | Changes in ** test files** | ** +10** | ` [##########] ` |
94+ | ** TODO/FIXME** detected | ** −10** | ` [######....] ` |
95+ | ** Binary patches** | ** −10** | ` [######....] ` |
10496
97+ * Final score = clamp( 70 + bonuses − penalties, 0, 100 ).*
105984 ) Installation
10699---------------
107100With Poetry (recommended for development):
You can’t perform that action at this time.
0 commit comments