cli updates for bootci.R#516
Conversation
|
I added back the extra period to get the tests to pass. |
|
Need to format with { |
|
I'm looking at this PR now, but we definitely only need one period at the end! 😆 |
|
@hfrick I think this is ready for review now. I've updated the arguments to use the I also remove the extra period. Also, I’m about to board a flight so if I don’t respond then that’s why. Someone else can feel free to pick this up if I don’t respond in time! |
hfrick
left a comment
There was a problem hiding this comment.
Thanks for putting in the styling changes already! Could you also take a look at the one code comment here and not namespace cli::cli_abort() here (because we already import it)?
|
Checks still might fail due to the multiple periods. I've rolled back changes I made to the snapshot since those were in error. See failing tests below Also I switched some of the phrasing in the |
|
Thanks @Dpananos for the PR! I've fiddled a little with the pluralization for the |
|
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
closes #504
I've tried to use pluralization where possible.
Note that running
testthat::test_file('tests/testthat/test-bootci.R')results in one failureone of the tests expects two periods. I wasn't sure if that was a typo or not. I can switch back to using 2 periods or I can edit the test. Let me know!