feat : added condition to check the RHS of := #1971
Annotations
1 error and 10 warnings
Lint
Process completed with exit code 31.
|
Lint:
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/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/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/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/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/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/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/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/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/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.
|
Loading