man/roxylint/meta.R

list(
  linters = list(
    typed = list(
      "descriptions should start lowercase" = "^[^[:upper:]]",
      roxylint::lint_full_stop,
      NULL # disallow registration of package defaults
    ),
    param = list(
      "descriptions should start lowercase" = "^[^[:upper:]]",
      roxylint::lint_full_stop
    )
  )
)

Try the savvyr package in your browser

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

savvyr documentation built on June 8, 2025, 10:19 a.m.