We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a82a55 commit 1a3ef50Copy full SHA for 1a3ef50
R/style-guides.R
@@ -226,10 +226,6 @@ tidyverse_style <- function(scope = "tokens",
226
tokens = list(
227
resolve_semicolon = "';'",
228
add_brackets_in_pipe = c("SPECIAL-PIPE", "PIPE"),
229
- # before 3.6, these assignments are not wrapped into top-level expression
230
- # and `text` supplied to transformers_drop() is "", so it appears to not
231
- # contain EQ_ASSIGN, and the transformer is falsely removed.
232
- # compute_parse_data_nested / text_to_flat_pd ('a = 4')
233
force_assignment_op = "EQ_ASSIGN",
234
wrap_if_else_while_for_fun_multi_line_in_curly = c(
235
"IF", "WHILE", "FOR", "FUNCTION"
0 commit comments