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 43b7d71 commit 282d1cdCopy full SHA for 282d1cd
lisp/ess-r-flymake.el
@@ -87,7 +87,7 @@ each element is passed as argument to `lintr::linters_with_defaults'."
87
} else if (packageVersion('lintr') <= '3.0.0') {
88
cat('@@error: @@Need `lintr` version > v3.0.0')
89
} else {
90
- tryCatch(lintr::lint(text=commandArgs(TRUE), ..., parse_settings=TRUE),
+ tryCatch(lintr::lint(text=str, ..., parse_settings=TRUE),
91
error = function(e) {
92
cat('@@warning: @@', conditionMessage(e))
93
})
0 commit comments