Skip to content

revise print

revise print #705

Triggered via pull request September 13, 2024 13:04
Status Failure
Total duration 2m 56s
Artifacts

lint-changed-files.yaml

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

Annotations

1 error and 5 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files: R/check_dag.R#L106
file=R/check_dag.R,line=106,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 154 characters.
lint-changed-files / lint-changed-files: R/check_dag.R#L248
file=R/check_dag.R,line=248,col=7,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
lint-changed-files / lint-changed-files: R/check_dag.R#L256
file=R/check_dag.R,line=256,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/check_dag.R#L261
file=R/check_dag.R,line=261,col=58,[unnecessary_lambda_linter] Pass setdiff 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/check_dag.R#L279
file=R/check_dag.R,line=279,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 208 characters.