1
0
Çatalla 0
şunun yansıması https://github.com/sensebox/opensensmapr synced 2025-06-30 17:00:21 +02:00
opensensmapR/.lintr
2023-03-06 10:19:37 +01:00

14 satır
453 B
Text

exclusions: list.files(path = 'inst/doc', full.names = TRUE)
linters: with_defaults(
# we use snake case
camel_case_linter = NULL,
# '=' for assignment is fine :^)
assignment_linter = NULL,
# single quotes are fine
single_quotes_linter = NULL,
# nobody reads code on a vt100 anymore
line_length_linter(120),
# this one throws lots of false positives, dial down the noise
object_usage_linter = NULL,
NULL
)