You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- scoringSubtract : An object with a key/value pair objects for every result level we want to subtract percentage, with the percentage to subtract from number of results on every result type
127
-
- scoringLetter : An object with key/value pairs with scoring letter and scoring percentage, that the result must be greater , for this letter
128
-
- threshold : A number with minimum percentage value to provide valid the file we are checking
129
-
- warningsSubtract : A boolean to setup if accumulate the result types to less the scoring percentage or stop counting on most critical result types
130
-
- uniqueErrors : A boolean to setup a count with unique errors or with all of them
131
127
132
-
Example:
128
+
- scoringSubtract : An object with a key/value pair objects for every result level we want to subtract percentage, with the percentage to subtract from number of results on every result type
129
+
- scoringLetter : An object with key/value pairs with scoring letter and scoring percentage, that the result must be greater , for this letter
130
+
- threshold : A number with minimum percentage value to provide valid the file we are checking
131
+
- warningsSubtract : A boolean to setup if accumulate the result types to less the scoring percentage or stop counting on most critical result types
132
+
- uniqueErrors : A boolean to setup a count with unique errors or with all of them
133
+
134
+
Example:
133
135
134
136
With previous scoring config file, if we have:
135
137
@@ -139,7 +141,7 @@ Where:
139
141
4 errors, the scoring is 25% and E
140
142
and so on
141
143
142
-
Output:
144
+
Output:
143
145
144
146
Below your output log you can see the scoring, like:
0 commit comments