tests/testthat/test-lintr.R

context("lintr")

test_that("lintr", {
  print(getwd())
  lintr::expect_lint_free(
    path = "../../00_pkg_src/semantic.dashboard",
    relative_path = TRUE,
    lintr::line_length_linter(150)
  )
})

Try the semantic.dashboard package in your browser

Any scripts or data that you put into this service are public.

semantic.dashboard documentation built on Nov. 10, 2021, 1:06 a.m.