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.
- penalties: CodeQualityPenalties¶
Configuration for the amount of penalties per comment.