RatingConfig
Defined in: core/dist/config/types.d.ts:579
Configuration for review rating feature. Allows configuring automated review scoring with pass/fail thresholds.
Properties
Section titled “Properties”enabled?
Section titled “enabled?”
optionalenabled?:boolean
Defined in: core/dist/config/types.d.ts:584
Enable or disable review rating.
Default
Section titled “Default”trueerrorOnReviewFail?
Section titled “errorOnReviewFail?”
optionalerrorOnReviewFail?:boolean
Defined in: core/dist/config/types.d.ts:605
Exit with error code 1 when review fails (below threshold). When false, exits normally (code 0) regardless of rating.
Default
Section titled “Default”truemaxRating?
Section titled “maxRating?”
optionalmaxRating?:number
Defined in: core/dist/config/types.d.ts:594
Highest allowed value on the rating scale.
Default
Section titled “Default”10minRating?
Section titled “minRating?”
optionalminRating?:number
Defined in: core/dist/config/types.d.ts:599
Lowest allowed value on the rating scale.
Default
Section titled “Default”0passThreshold?
Section titled “passThreshold?”
optionalpassThreshold?:number
Defined in: core/dist/config/types.d.ts:589
Minimum score (0-10) required to pass the review.
Default
Section titled “Default”6