1
0
Fork 0
mirror of https://github.com/sensebox/opensensmapr synced 2025-02-22 14:53:57 +01:00
opensensmapR/tests/testthat/lint.R

8 lines
156 B
R

if (requireNamespace('lintr', quietly = TRUE)) {
context('lints')
test_that('Package Style', {
skip_on_cran()
lintr::expect_lint_free()
})
}