Restored some disabled R linters.

This commit is contained in:
Filipe Rodrigues 2023-12-03 10:39:09 +00:00
parent 58788fc161
commit 80dbb730d1

6
.lintr
View File

@ -1,7 +1,3 @@
linters: linters_with_defaults(
line_length_linter(120),
object_name_linter = NULL,
assignment_linter = NULL,
whitespace_linter = NULL,
indentation_linter = NULL
line_length_linter(120)
)