You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd have expected both of these arguments to have similar behaviour. Is this expected?
library(lintr)
invisible(undesirable_function_linter(fun=character(0L)))
undesirable_operator_linter(op=character(0L))
#> Error in undesirable_operator_linter(op = character(0L)): 'op' should be a named character vector; use missing elements to indicate default messages.
I'd have expected both of these arguments to have similar behaviour. Is this expected?
Created on 2022-12-20 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: