Skip to content

Fix issues with multiple possible adjustments #677

Fix issues with multiple possible adjustments

Fix issues with multiple possible adjustments #677

Triggered via pull request August 9, 2024 22:31
Status Failure
Total duration 2m 15s
Artifacts

lint-changed-files.yaml

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

Annotations

1 error and 1 warning
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files: R/check_dag.R#L335
file=R/check_dag.R,line=335,col=16,[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.