utils.recommendations module
Compatibility layer that calls context methods
Deprecated since version 2019.x.
- utils.recommendations.recommend_comment(ctx: Context, comment)
Compatibility layer that calls
ctx.recommend_commentDeprecated since version 2019.x.
- utils.recommendations.recommend_compliant(ctx: Context, comment: str | List[str] = None)
Compatibility layer that calls
ctx.recommend_compliantDeprecated since version 2019.x.
- utils.recommendations.recommend_manual_review(ctx: Context, comment: str | List[str] = None)
Compatibility layer that calls
ctx.recommend_manual_reviewDeprecated since version 2019.x.
- utils.recommendations.recommend_na(ctx: Context, comment: str | List[str] = None)
Compatibility layer that calls
ctx.recommend_naDeprecated since version 2019.x.
- utils.recommendations.recommend_noncompliant(ctx: Context, comment: str | List[str] = None)
Compatibility layer that calls
ctx.recommend_noncompliantDeprecated since version 2019.x.
- utils.recommendations.recommend_status(ctx: Context, status, comment=None)
Compatibility layer that calls
ctx.recommend_statusDeprecated since version 2019.x.