roadmapsmith 0.9.12 → 0.9.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/validator/index.js +1 -2
package/package.json
CHANGED
package/src/validator/index.js
CHANGED
|
@@ -1252,8 +1252,7 @@ function validateTask(task, context, config, plugins) {
|
|
|
1252
1252
|
taskDescribesChange(task.text) &&
|
|
1253
1253
|
!authoritativeEvidence.passed &&
|
|
1254
1254
|
!hasTrustedRuleEvidencePass &&
|
|
1255
|
-
!hasArtifactTaskPass
|
|
1256
|
-
confidence !== 'high'
|
|
1255
|
+
!hasArtifactTaskPass
|
|
1257
1256
|
) {
|
|
1258
1257
|
passed = false;
|
|
1259
1258
|
const actionVerbReason = 'action task requires Evidence line or high-confidence evidence (code + test) to be marked complete';
|