Skip to content

feat : added condition to check the RHS of := #1971

feat : added condition to check the RHS of :=

feat : added condition to check the RHS of := #1971

Triggered via pull request March 7, 2025 11:38
Status Failure
Total duration 2m 29s
Artifacts

code-quality.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
lint-r
Process completed with exit code 31.
lint-r: R/IDateTime.R#L150
file=R/IDateTime.R,line=150,col=36,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
lint-r: R/IDateTime.R#L43
file=R/IDateTime.R,line=43,col=31,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
lint-r: R/foverlaps.R#L81
file=R/foverlaps.R,line=81,col=23,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
lint-r: R/foverlaps.R#L1
file=R/foverlaps.R,line=1,col=33,[coalesce_linter] Use x %||% y instead of if (!is.null(x)) x else y.
lint-r: R/data.table.R#L2170
file=R/data.table.R,line=2170,col=18,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
lint-r: R/data.table.R#L1739
file=R/data.table.R,line=1739,col=26,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
lint-r: R/data.table.R#L1730
file=R/data.table.R,line=1730,col=27,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
lint-r: R/data.table.R#L763
file=R/data.table.R,line=763,col=19,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
lint-r: R/data.table.R#L646
file=R/data.table.R,line=646,col=24,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
lint-r: R/between.R#L22
file=R/between.R,line=22,col=7,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.