Skip to content

Rename group/group_by arguments into by #255

Rename group/group_by arguments into by

Rename group/group_by arguments into by #255

Triggered via pull request May 16, 2024 09:22
Status Failure
Total duration 9m 14s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files  /  lint-changed-files
2m 27s
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/report_sample.R#L188
file=R/report_sample.R,line=188,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/report_sample.R#L220
file=R/report_sample.R,line=220,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/report_sample.R#L261
file=R/report_sample.R,line=261,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/report_sample.R#L340
file=R/report_sample.R,line=340,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/report_sample.R#L356
file=R/report_sample.R,line=356,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.