-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Fix all custom rules not being applied when any rule is configured incorrectly #1683
Conversation
Generated by 🚫 Danger |
Filled SR-5477 🙃 Maybe we should just not run this test on Linux? |
462d9a0
to
4e5d1b2
Compare
4e5d1b2
to
5d0bc74
Compare
Codecov Report
@@ Coverage Diff @@
## master #1683 +/- ##
==========================================
+ Coverage 87.31% 87.34% +0.03%
==========================================
Files 201 201
Lines 10007 10031 +24
==========================================
+ Hits 8738 8762 +24
Misses 1269 1269
Continue to review full report at Codecov.
|
This is great, especially the bit to annotate tests to not run on Linux. 😊 However, why not misconfigure a rule in a cross-platform compatible way, so that we can benefit from this test on Linux without hitting SR-5477 (thanks for filing that, btw). |
🤔 I didn't realize that there're other ways to fail inside |
Thanks for adding the tests - sorry I didn't get to it.
|
No worries at all - I had some free time and wanted to merge this because it's an important fix. Thank you for tackling it 😊 |
Continued from #1681
// cc @JamieEdge