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_comment

Deprecated since version 2019.x.

utils.recommendations.recommend_compliant(ctx: Context, comment: str | List[str] = None)

Compatibility layer that calls ctx.recommend_compliant

Deprecated since version 2019.x.

utils.recommendations.recommend_manual_review(ctx: Context, comment: str | List[str] = None)

Compatibility layer that calls ctx.recommend_manual_review

Deprecated since version 2019.x.

utils.recommendations.recommend_na(ctx: Context, comment: str | List[str] = None)

Compatibility layer that calls ctx.recommend_na

Deprecated since version 2019.x.

utils.recommendations.recommend_noncompliant(ctx: Context, comment: str | List[str] = None)

Compatibility layer that calls ctx.recommend_noncompliant

Deprecated since version 2019.x.

utils.recommendations.recommend_status(ctx: Context, status, comment=None)

Compatibility layer that calls ctx.recommend_status

Deprecated since version 2019.x.