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

Add sort_linter() #1528

Merged
merged 38 commits into from
Dec 4, 2022
Merged

Add sort_linter() #1528

merged 38 commits into from
Dec 4, 2022

Conversation

Bisaloo
Copy link
Contributor

@Bisaloo Bisaloo commented Sep 1, 2022

Fix #1512

I'm happy to receive feedback on this PR and revisit as much as needed. I'm not super familiar with XPath so I did the best I could.

Also, should I add myself as a contributor?

@MichaelChirico
Copy link
Collaborator

Also, should I add myself as a contributor?

So far, the Contributor list is only recording folks with a "substantial" contribution history

R/sort_linter.R Outdated Show resolved Hide resolved
R/sort_linter.R Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Oct 6, 2022

Codecov Report

Merging #1528 (7aec406) into main (9bb8b63) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1528      +/-   ##
==========================================
+ Coverage   98.88%   98.89%   +0.01%     
==========================================
  Files         109      110       +1     
  Lines        4648     4692      +44     
==========================================
+ Hits         4596     4640      +44     
  Misses         52       52              
Impacted Files Coverage Δ
R/sort_linter.R 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@IndrajeetPatil IndrajeetPatil requested review from MichaelChirico and removed request for AshesITR October 11, 2022 15:42
@Bisaloo Bisaloo requested review from MichaelChirico and IndrajeetPatil and removed request for MichaelChirico and IndrajeetPatil November 21, 2022 09:45
@Bisaloo
Copy link
Contributor Author

Bisaloo commented Nov 21, 2022

Oops, sorry for the spam, I was trying to request another round of review from both reviewers but looks like I can only select one at a time, hence the confusion 😞

@AshesITR AshesITR merged commit fc76887 into r-lib:main Dec 4, 2022
@Bisaloo Bisaloo deleted the sort-linter branch December 4, 2022 15:59
@MichaelChirico MichaelChirico modified the milestones: 3.0.3, 3.1.0 Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New linter: recommend sort(x) over x[order(x)]
5 participants