Display out of sync drifts only in deep mode#1235
Conversation
4f26e93 to
9aa787f
Compare
There was a problem hiding this comment.
Hey @smaftoul, thanks for this first contribution! 🎉
About testing, you need to update the tests so the message only show up when deep mode is enabled. Also don't forget to set the analysis options from the Analyzer. If you need any help, feel free to join our Discord and talk with us, we'd be happy to provide some help.
9aa787f to
7476cfa
Compare
I'm not sure how I should modify tests, I think the |
|
As discussed on discord, I will add an |
be89683 to
9813fec
Compare
9813fec to
8d33187
Compare
|
🎉 @all-contributors please add @smaftoul for code |
|
I've put up a pull request to add @smaftoul! 🎉 |
Description
A fix for #964.
It breaks some tests because I think the fake analysis in tests aren't created with
analyzerOptionswhich in some tests should containDeep: true. Other tests should probably fix the output.Can you tell me if this approach to fix tests seems right ?