[R] [CI] enforce lintr::function_left_parentheses_linter check (#9631)

This commit is contained in:
James Lamb 2023-10-07 20:42:09 -05:00 committed by GitHub
parent 4d7a187cb0
commit 799f8485e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 33 additions and 32 deletions

View File

@ -28,6 +28,7 @@ my_linters <- list(
equals_na = lintr::equals_na_linter(), equals_na = lintr::equals_na_linter(),
fixed_regex = lintr::fixed_regex_linter(), fixed_regex = lintr::fixed_regex_linter(),
for_loop_index = lintr::for_loop_index_linter(), for_loop_index = lintr::for_loop_index_linter(),
function_left_parentheses = lintr::function_left_parentheses_linter(),
function_return = lintr::function_return_linter(), function_return = lintr::function_return_linter(),
infix_spaces_linter = lintr::infix_spaces_linter(), infix_spaces_linter = lintr::infix_spaces_linter(),
is_numeric = lintr::is_numeric_linter(), is_numeric = lintr::is_numeric_linter(),