Skip to content

Avoid backticks in .Rd files where \code was intended#7127

Merged
MichaelChirico merged 4 commits intomasterfrom
rd-backtick
Jul 5, 2025
Merged

Avoid backticks in .Rd files where \code was intended#7127
MichaelChirico merged 4 commits intomasterfrom
rd-backtick

Conversation

@MichaelChirico
Copy link
Member

Closes #7087 by including a new Rd linter for preventing backsliding.

@codecov
Copy link

codecov bot commented Jul 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.51%. Comparing base (1e2e3ba) to head (a355e1e).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7127   +/-   ##
=======================================
  Coverage   98.51%   98.51%           
=======================================
  Files          81       81           
  Lines       15013    15013           
=======================================
  Hits        14790    14790           
  Misses        223      223           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@MichaelChirico MichaelChirico added ci code-quality Issues related to improving code quality/readability labels Jul 4, 2025
Copy link
Member

@aitap aitap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for going over the documentation! Just a few small fixes.

@MichaelChirico MichaelChirico merged commit 35544d3 into master Jul 5, 2025
11 checks passed
@MichaelChirico MichaelChirico deleted the rd-backtick branch July 5, 2025 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci code-quality Issues related to improving code quality/readability

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New code quality check: don't use markdown '`' notation in Rd files

2 participants