Add snapshots for list_countries() #11
lint-changed-files.yaml
on: pull_request
lint-changed-files
2m 37s
Annotations
1 error and 3 warnings
lint-changed-files
Process completed with exit code 31.
|
lint-changed-files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint-changed-files:
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) { ... }`.
|
lint-changed-files:
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) { ... }`.
|