Skip to content

Mock data review

Mock data review #66

Triggered via pull request October 25, 2025 02:47
Status Failure
Total duration 3m 30s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
lint
Process completed with exit code 31.
lint: tests/testthat/test-mockdata.R#L185
file=tests/testthat/test-mockdata.R,line=185,col=3,[commented_code_linter] Remove commented code.
lint: tests/testthat/test-mockdata.R#L175
file=tests/testthat/test-mockdata.R,line=175,col=5,[commented_code_linter] Remove commented code.
lint: tests/testthat/test-mockdata.R#L162
file=tests/testthat/test-mockdata.R,line=162,col=13,[seq_linter] Use seq_len(nrow(...)) instead of 1:nrow(...), which is likely to be wrong in the empty edge case.
lint: tests/testthat/test-mockdata.R#L138
file=tests/testthat/test-mockdata.R,line=138,col=3,[commented_code_linter] Remove commented code.
lint: tests/testthat/test-mockdata.R#L103
file=tests/testthat/test-mockdata.R,line=103,col=13,[seq_linter] Use seq_len(nrow(...)) instead of 1:nrow(...), which is likely to be wrong in the empty edge case.
lint: tests/testthat/test-mockdata.R#L83
file=tests/testthat/test-mockdata.R,line=83,col=13,[seq_linter] Use seq_len(nrow(...)) instead of 1:nrow(...), which is likely to be wrong in the empty edge case.
lint: tests/testthat/test-mockdata.R#L68
file=tests/testthat/test-mockdata.R,line=68,col=3,[commented_code_linter] Remove commented code.
lint: tests/testthat/test-mockdata.R#L8
file=tests/testthat/test-mockdata.R,line=8,col=3,[commented_code_linter] Remove commented code.
lint: R/mockdata-parsers.R#L106
file=R/mockdata-parsers.R,line=106,col=4,[indentation_linter] Indentation should be 8 spaces but is 4 spaces.