Sign in
apache
/
spark
/
v1.6.2
/
.
/
R
/
pkg
/
.lintr
blob: 038236fc149e62611090946e36fdfbf46599cb66 [
file
] [
log
] [
blame
]
linters
:
with_defaults
(
line_length_linter
(
100
),
camel_case_linter
=
NULL
,
open_curly_linter
(
allow_single_line
=
TRUE
),
closed_curly_linter
(
allow_single_line
=
TRUE
))
exclusions
:
list
(
"inst/profile/general.R"
=
1
,
"inst/profile/shell.R"
)