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
The result message should mention rev(), but currently it doesn't:
lint(text = ".N:1", linters = seq_linter())
# <text>:1:1: warning: [seq_linter] .N:1 is likely to be wrong in the empty edge case. Use seq_len(1) instead.
# .N:1
# ^~~~
It also says seq_len(1) instead of seq_len(.N)
The text was updated successfully, but these errors were encountered:
The result message should mention
rev()
, but currently it doesn't:It also says
seq_len(1)
instead ofseq_len(.N)
The text was updated successfully, but these errors were encountered: