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 ea4aded commit cc37ebcCopy full SHA for cc37ebc
R/sprintf_linter.R
@@ -30,10 +30,6 @@ sprintf_linter <- function() {
30
fmt_by_name_xpath <- "SYMBOL_SUB[text() = 'fmt']/following-sibling::expr[1]/STR_CONST"
31
call_xpath <- glue::glue("
32
parent::expr[
33
- (
34
- OP-LEFT-PAREN/following-sibling::expr[1]/STR_CONST
35
- or {fmt_by_name_xpath}
36
- ) and
37
not(expr/SYMBOL[text() = '...'])
38
]")
39
0 commit comments