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
lint('grepl("\\\\^", spec)\n', string_boundary_linter())
# <text>:1:7: warning: [string_boundary_linter] NA Doing so is more readable and more efficient.# grepl("\\^", spec)# ^~~~~
The text was updated successfully, but these errors were encountered:
Actually looking more closely, this appears to be a false positive of string_boundary_linter()... grepl("\\^", x) is not the same as startsWith(x, "^"). h/t @olivroy
The text was updated successfully, but these errors were encountered: