Skip to content

Commit

Permalink
nolint line length lint
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed May 27, 2024
1 parent 1dd21fc commit df4bd84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/expect_lint.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@
expect_lint <- function(content, checks, ..., file = NULL, language = "en") {
if (!requireNamespace("testthat", quietly = TRUE)) {
# nocov start
# nolint next: line_length_linter.
cli_abort(
"{.fun expect_lint} and {.fun expect_no_lint} designed to work within the {.pkg testthat} testing framework, which is not installed."
"{.fun expect_lint} and {.fun expect_no_lint} are designed to work within the {.pkg testthat} testing framework, which is not installed."

Check warning on line 49 in R/expect_lint.R

View workflow job for this annotation

GitHub Actions / lint

file=R/expect_lint.R,line=49,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 143 characters.
)
# nocov end
}
Expand Down

0 comments on commit df4bd84

Please sign in to comment.