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

Pass R CMD check following addition of {lintr} #49

Merged
merged 1 commit into from
Mar 8, 2024
Merged

Conversation

matt-dray
Copy link
Collaborator

Had failed to run an R CMD check before pushing the {lintr} GitHub Action. This PR fixes the outstanding issues and closes #48.

@matt-dray matt-dray requested review from ThomUK and chrismainey March 8, 2024 09:43
@matt-dray matt-dray self-assigned this Mar 8, 2024
Copy link
Collaborator

@ThomUK ThomUK left a comment

Choose a reason for hiding this comment

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

I'm glad it's not just me this happens to!

@ThomUK
Copy link
Collaborator

ThomUK commented Mar 8, 2024

Is there a way of disabling the linter complaining about code comments?

@matt-dray
Copy link
Collaborator Author

Is there a way of disabling the linter complaining about code comments?

Ha, those are my fault! Those will go away once I properly submit my PR for function-input error handling (the commented lines are all tests that Chris helpfully pre-wrote for my error handling functions).

We could also adjust the linter's behaviour to ignore it, but I think it's a good rule to keep; we shouldn't have commented-out code. Happy for the group to talk it all through at the next meeting.

@matt-dray matt-dray merged commit a71c4f3 into main Mar 8, 2024
9 of 10 checks passed
@matt-dray matt-dray deleted the 48-lintr-check branch March 8, 2024 09:53
@Lextuga007
Copy link
Member

@all-contributors please add @matt-dray for code

Copy link
Contributor

@Lextuga007

I've put up a pull request to add @matt-dray! 🎉

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.

Pass check following addition of lint
3 participants