Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create cbind_dataframe_linter() #2834

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Bisaloo
Copy link
Collaborator

@Bisaloo Bisaloo commented Mar 12, 2025

Fix #2596

@MichaelChirico
Copy link
Collaborator

MichaelChirico commented Mar 12, 2025

quick feedback: let's name it list2df_linter(). suppose there are other lint rules we come up with in the future that result in the recommendation to use list2DF() -- we'd still want them in this same linter.

similarly, we have nzchar_linter() and lengths_linter() (among others) where the linter name is derived from the recommended function.

Copy link

codecov bot commented Mar 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.64%. Comparing base (a2b8d6f) to head (c3c3f97).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2834   +/-   ##
=======================================
  Coverage   99.64%   99.64%           
=======================================
  Files         126      126           
  Lines        6960     6960           
=======================================
  Hits         6935     6935           
  Misses         25       25           

☔ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New linter to recommend list2DF() base R function
2 participants