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
* lintr now imports cli
* Support clickable hyperlinks when they are available
* Rename variables + restyle
* Remove unneeded space
* refactor in `build_line_ref()`
* Support path with closing brackets
* Update NEWS.md
* Update NEWS.md
Co-authored-by: AshesITR <[email protected]>
* Update methods.R
---------
Co-authored-by: AshesITR <[email protected]>
Copy file name to clipboardExpand all lines: NEWS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@
88
88
## Notes
89
89
90
90
* All user-facing messages are now prepared using the `{cli}` package (#2418, @IndrajeetPatil). All messages have been reviewed and updated to be more informative and consistent.
91
+
* File locations in lints and error messages contain clickable hyperlinks to improve code navigation (#2645, #2588, @olivroy).
91
92
* {lintr} now depends on R version 4.0.0. It already does so implicitly due to recursive upstream dependencies requiring this version; we've simply made that dependency explicit and up-front (#2569, @MichaelChirico).
0 commit comments