Skip to content

Add metadata tests for all linters #5940

Add metadata tests for all linters

Add metadata tests for all linters #5940

Triggered via pull request December 7, 2023 03:33
Status Failure
Total duration 3m 54s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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) { ... }`.