Nothing
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
)
)
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.