CodeQualityData¶
- class CodeQualityData[source]¶
The data for a CodeQuality step.
- ignore_files_not_found: Just[bool] | _Nothing[bool] = Nothing¶
Ignore comments whose file could not be found in the submission instead of raising an error.
- 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.