Skip to content

Commit

Permalink
avoid warning in lint GHA (#2290)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Nov 16, 2023
1 parent fa9e1bf commit 90f105e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-unreachable_code_linter.R
Original file line number Diff line number Diff line change
Expand Up @@ -394,10 +394,10 @@ test_that("unreachable_code_linter ignores terminal nolint end comments", {
trim_some("
foo <- function() {
do_something
# nolint start: one_linter.
# TestNoLintStart: one_linter.
a = 42
next
# nolint end
# TestNoLintEnd
}
"),
NULL,
Expand Down

0 comments on commit 90f105e

Please sign in to comment.