ropensci-review-tools / goodpractice

Advice on R Package Building
https://docs.ropensci.org/goodpractice/
Other
465 stars 37 forks source link

Fixed a typo in message for lintr_line_length_linter #183

Closed marberts closed 2 weeks ago

marberts commented 2 weeks ago

The lintr_line_length_linter check had a small typo in the message: "Try make your lines shorter than 80 characters" -> "Try making your lines shorter than 80 characters".

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 50.45%. Comparing base (4a4c771) to head (864d494). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #183 +/- ## ======================================= Coverage 50.45% 50.45% ======================================= Files 10 10 Lines 220 220 ======================================= Hits 111 111 Misses 109 109 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.