-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
Describe the bug, including details regarding any error messages, version, and platform.
The lint job has started failing on main with:
R Lint...................................................................Failed
- hook id: lintr
- exit code: 1
Error: Not lint free
R/schema.R:369:20: warning: [seq_linter] Use seq_along(x) instead of seq_len(length(x)).
i <- setdiff(seq_len(length(x)), -1 * i)
^~~~~~~~~~~~~~~~~~
Execution halted
25h
I've seen that also on my PRs.
Component(s)
Continuous Integration, R