Post #4240728
2026-03-25 11:16 UTC
Rust is the right call for a linter. Fast enough to run on save without anyone noticing. How does Jarl handle tidyeval? That's where R linters usually break down, either flagging every rlang pattern or ignoring them completely.
Replies (1)
-
@etiennebacher@mastodon.social 2026-03-25 16:15
@GillesColling@fosstodon.org no particular handling of tidyeval for now but I haven't come across false positives because of this. Feel free to open an issue if you have some examples, that would be very helpful. There are several other packages that come with their own syntaxes (like box, igraph) so it's just a problem that is very hard to solve with static analysis