tests/testthat/test-style.R

context("lints")

test_that("mlflow package conforms to lintr::lint_package() style", {
  if (nchar(Sys.getenv("COVR_RUNNING")) > 0) {
    skip("No linting during code coverage")
  }

  # removing lint check until lint is cleaned up
  # lintr::expect_lint_free()
})

Try the mlflow package in your browser

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

mlflow documentation built on Nov. 23, 2023, 9:13 a.m.