Use gt-functions for alignment #967
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
2m 25s
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.
|