Add snapshots for list_countries() #11
Annotations
1 error and 3 warnings
Extract and lint files changed by this PR
Process completed with exit code 31.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Extract and lint files changed by this PR:
tests/testthat/test-list_countries.R#L22
file=tests/testthat/test-list_countries.R,line=22,col=7,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.
|
Extract and lint files changed by this PR:
tests/testthat/test-list_countries.R#L26
file=tests/testthat/test-list_countries.R,line=26,col=7,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.
|
Loading