Skip to content

Use tinytable for print_md.compare_parameters() #400

Use tinytable for print_md.compare_parameters()

Use tinytable for print_md.compare_parameters() #400

Triggered via pull request March 13, 2024 09:47
Status Failure
Total duration 6m 23s
Artifacts

lint-changed-files.yaml

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

Annotations

1 error and 9 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files: R/format.R#L6
file=R/format.R,line=6,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 71 to at most 40.
lint-changed-files / lint-changed-files: R/format.R#L245
file=R/format.R,line=245,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 43 to at most 40.
lint-changed-files / lint-changed-files: R/format.R#L811
file=R/format.R,line=811,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 45 to at most 40.
lint-changed-files / lint-changed-files: R/print_md.R#L94
file=R/print_md.R,line=94,col=9,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.
lint-changed-files / lint-changed-files: R/print_md.R#L179
file=R/print_md.R,line=179,col=20,[unnecessary_lambda_linter] Pass match directly as a symbol to lapply() instead of wrapping it in an unnecessary anonymous function. For example, prefer lapply(DF, sum) to lapply(DF, function(x) sum(x)).
lint-changed-files / lint-changed-files: R/print_md.R#L240
file=R/print_md.R,line=240,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 127 characters.
lint-changed-files / lint-changed-files: R/print_md.R#L242
file=R/print_md.R,line=242,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 137 characters.
lint-changed-files / lint-changed-files: R/print_md.R#L277
file=R/print_md.R,line=277,col=7,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.
lint-changed-files / lint-changed-files: R/print_md.R#L317
file=R/print_md.R,line=317,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 137 characters.