fix shifted reports prior #1421
Triggered via pull request
February 26, 2025 14:19
Status
Failure
Total duration
21m 22s
Artifacts
–
lint-only-changed-files.yaml
on: pull_request
lint-changed-files
21m 14s
Annotations
1 error and 10 warnings
lint-changed-files
Process completed with exit code 31.
|
lint-changed-files:
R/create.R#L104
file=R/create.R,line=104,col=3,[return_linter] Use implicit return behavior; explicit return() is not needed.
|
lint-changed-files:
R/create.R#L130
file=R/create.R,line=130,col=9,[comparison_negation_linter] Use x != y, not !(x == y).
|
lint-changed-files:
R/create.R#L205
file=R/create.R,line=205,col=9,[comparison_negation_linter] Use x != y, not !(x == y).
|
lint-changed-files:
R/create.R#L248
file=R/create.R,line=248,col=3,[object_overwrite_linter] 'data' is an exported object from package 'utils'. Avoid re-using such symbols.
|
lint-changed-files:
R/create.R#L302
file=R/create.R,line=302,col=3,[object_overwrite_linter] 'time' is an exported object from package 'stats'. Avoid re-using such symbols.
|
lint-changed-files:
R/create.R#L304
file=R/create.R,line=304,col=5,[object_overwrite_linter] 'time' is an exported object from package 'stats'. Avoid re-using such symbols.
|
lint-changed-files:
R/create.R#L307
file=R/create.R,line=307,col=5,[object_overwrite_linter] 'time' is an exported object from package 'stats'. Avoid re-using such symbols.
|
lint-changed-files:
R/create.R#L363
file=R/create.R,line=363,col=3,[object_overwrite_linter] 'data' is an exported object from package 'utils'. Avoid re-using such symbols.
|
lint-changed-files:
R/create.R#L474
file=R/create.R,line=474,col=3,[return_linter] Use implicit return behavior; explicit return() is not needed.
|
lint-changed-files:
R/create.R#L492
file=R/create.R,line=492,col=3,[return_linter] Use implicit return behavior; explicit return() is not needed.
|