Skip to content

Commit

Permalink
try to fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Deane-Mayer committed Jun 25, 2024
1 parent c82acea commit fd13772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-lintr.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ test_that("Code Lint", {
lintr::trailing_blank_lines_linter(),
lintr::trailing_whitespace_linter()
)
lintr::expect_lint_free("~/source/caretEnsemble/", linters=my_linters)
lintr::expect_lint_free(getwd(), linters=my_linters)
})

0 comments on commit fd13772

Please sign in to comment.