You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When the number of lints is larger than the expected number, expectation_lint() passes 2 strings instead of 1 to testthat::expect, which caused an error.
This patch fixes the issue: 0001-Fixed-expectation_lint-for-when-lint-number-expected.zip
Best,
Florent
The text was updated successfully, but these errors were encountered:
Note: This patch is based on a git repo freshly initialized from lintr's master branch on 24 Oct (unfortunately, a firewall blocks the ports needed for a git clone, pull, etc).
fangly
changed the title
expectation_lint() misbehaves when lint number larger than expected
expectation_lint() misbehaves when lint number larger than expected [patch]
Oct 26, 2016
Hi,
When the number of lints is larger than the expected number, expectation_lint() passes 2 strings instead of 1 to testthat::expect, which caused an error.
This patch fixes the issue: 0001-Fixed-expectation_lint-for-when-lint-number-expected.zip
Best,
Florent
The text was updated successfully, but these errors were encountered: