Skip to content

lintr:::print.lint issue #457

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

Merged
merged 3 commits into from
Feb 17, 2020
Merged

lintr:::print.lint issue #457

merged 3 commits into from
Feb 17, 2020

Conversation

jamieRowen
Copy link
Contributor

fixed an issue that caused a
Error in rep.int(character, length) : invalid 'times' value
that caused an issue when printing results from the single_quotes_lintr
It was assumed in highlight_string that the range was such that
range[1] < range[2] which is not necessarily the case when
the string is split over a new line. Added a test case for this
too.

fixed an issue that caused a
Error in rep.int(character, length) : invalid 'times' value
that caused an issue when printing results from the single_quotes_lintr
It was assumed in highlight_string that the range was such that
range[1] < range[2] which is not necessarily the case when
the string is split over a new line. Added a test case for this
too.
@jimhester
Copy link
Member

Thanks! Can you please add a bullet to NEWS? It should briefly describe the change and end with (@yourname, #issuenumber). Then I can merge this.

@jamieRowen
Copy link
Contributor Author

Done, no issue number attached as don't think it was raised prior, just came across it earlier today

@jimhester jimhester merged commit c8fe715 into r-lib:master Feb 17, 2020
@jimhester
Copy link
Member

Thanks!

Thanks a million!

@jamieRowen
Copy link
Contributor Author

No worries, it's a pleasure

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.

2 participants