r-lib / styler

Non-invasive pretty printing of R code
https://styler.r-lib.org
Other
713 stars 70 forks source link

Clean up unnecessary YAML front matter in README #1165

Closed IndrajeetPatil closed 9 months ago

IndrajeetPatil commented 9 months ago

Correct me if I am wrong, but I don't think this is adding much here.

codecov-commenter commented 9 months ago

Codecov Report

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

Comparison is base (cb33e89) 92.16% compared to head (9587678) 92.16%.

:exclamation: Current head 9587678 differs from pull request most recent head 385e316. Consider uploading reports for the commit 385e316 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1165 +/- ## ======================================= Coverage 92.16% 92.16% ======================================= Files 46 46 Lines 2655 2655 ======================================= Hits 2447 2447 Misses 208 208 ```

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

IndrajeetPatil commented 9 months ago

The precommit workflow will be fixed after https://github.com/r-lib/styler/pull/1166 is merged.

lorenzwalthert commented 9 months ago

Can you toggle visual mode in RStudio? I think part of it comes from that, at least the line length stuff...

IndrajeetPatil commented 9 months ago

Can you toggle visual mode in RStudio? I think part of it comes from that, at least the line length stuff...

Okay, I've retained the fields relevant for Visual markdown editor.

This PR still needs to wait for #1166 to be merged.