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
We'd definitely be keen to integrate this however we need to do a bit
more work in the core editor to make this straightforward. Once we
update to the new version of the underlying editor component (Ace)
then we'll plug into their linting framework at which point we should
be able to expose hooks to make integrating lintr possible. We'll
likely do this work fairly soon (in the next 6 months) and I'lll let
you know when things are good to go.
* Update scalar_in_linter.R (#1)
Make scalar_in_linter configurable to allow projects to define additional %in% style functions like %notin%.
* Incorporate review feedback (#2)
* Incorporate review feedback
- Use glue in xpath,
- Add changes to NEWS
- Change default for scalar_in_linter
- Make lint msg more open ended if another %in% operator was linted
- Update tests to match new bahaviour
* Add a vector of in operators (#3)
* Add a testcase based on configuration (#4)
* Improve lint message, NEWS, param documentation (#5)
* Improve lint message (#6)
* Update R/scalar_in_linter.R
Co-authored-by: Michael Chirico <michaelchirico4@gmail.com>
* Update lint message (#7)
---------
Co-authored-by: Michael Chirico <michaelchirico4@gmail.com>
I don't know what linting they have in place already, but it would be nice to use this in RStudio as well.
The text was updated successfully, but these errors were encountered: