CodeQualityBaseData#

class CodeQualityBaseData[source]#

The base required data for a CodeQuality step.

wrapper: Literal['cg_checkstyle', 'cg_clang_tidy', 'cg_eslint', 'cg_flake8', 'cg_pmd', 'cg_pylint', 'cg_resharper', 'custom']#

The wrapper script.

program: str#

Custom program to run.

config: str#

Configuration file.

args: str#

Extra arguments.

penalties: CodeQualityPenalties#

Configuration for the amount of penalties per comment.