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

better multi-line while() statement handling #967

Merged
merged 1 commit into from
Jul 26, 2022
Merged

Conversation

lorenzwalthert
Copy link
Collaborator

Closes #966.

@codecov-commenter
Copy link

Codecov Report

Merging #967 (10f23c0) into main (af0e468) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #967   +/-   ##
=======================================
  Coverage   89.89%   89.89%           
=======================================
  Files          47       47           
  Lines        2651     2653    +2     
=======================================
+ Hits         2383     2385    +2     
  Misses        268      268           
Impacted Files Coverage Δ
R/rules-line-breaks.R 100.00% <100.00%> (ø)
R/io.R 88.67% <0.00%> (+0.44%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update af0e468...10f23c0. Read the comment docs.

@lorenzwalthert lorenzwalthert merged commit 3414b81 into main Jul 26, 2022
@lorenzwalthert lorenzwalthert deleted the issue-966 branch July 26, 2022 12:32
@MichaelChirico
Copy link
Contributor

Thanks for the quick fix here!!

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.

{ gets bumped in compound while statement --> open curly violation
3 participants