Add metadata tests for all linters #5940
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error and 1 warning
lint
Process completed with exit code 31.
|
lint:
tests/testthat/test-sprintf_linter.R#L147
file=tests/testthat/test-sprintf_linter.R,line=147,col=5,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.
|