Skip to content

Use gt-functions for alignment #967

Use gt-functions for alignment

Use gt-functions for alignment #967

Triggered via pull request November 8, 2024 11:14
@strengejackestrengejacke
synchronize #964
gt_code
Status Failure
Total duration 2m 38s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files  /  lint-changed-files
2m 25s
lint-changed-files / lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 7 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release. A separate `actions/cache/restore` step should be used instead. See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
lint-changed-files / lint-changed-files: R/export_table.R#L125
file=R/export_table.R,line=125,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 78 to at most 40.
lint-changed-files / lint-changed-files: R/export_table.R#L499
file=R/export_table.R,line=499,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 74 to at most 40.
lint-changed-files / lint-changed-files: R/export_table.R#L951
file=R/export_table.R,line=951,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 43 to at most 40.
lint-changed-files / lint-changed-files: R/export_table.R#L974
file=R/export_table.R,line=974,col=17,[paste_linter] Use paste(), not paste0(), to collapse a character vector when sep= is not used.
lint-changed-files / lint-changed-files: R/export_table.R#L1025
file=R/export_table.R,line=1025,col=30,[paste_linter] Use paste(), not paste0(), to collapse a character vector when sep= is not used.
lint-changed-files / lint-changed-files: R/format_table.R#L58
file=R/format_table.R,line=58,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 150 characters.