I think I found a bug (or a missing feature, depending on how you want to call it 😉) - how is one able to exclude only certain rules for tests but not a whole rule-set? When I define the following:
which is uggly because I did not want the default (same applies when I remove all exclude-rules and only add exclude-rule-sets)
The workaround I use is:
Copy code
exclude-rule-sets:
- 'ignoreDefaultBehaviour'
Is there another way to achieve this?
m
mauin
10/11/2018, 12:14 PM
And by default the
comments
ruleset is disabled/excluded?
r
robstoll
10/11/2018, 12:17 PM
exactly
m
mauin
10/11/2018, 12:18 PM
Hm. I'd have to look into that a bit more in detail. But this might be a real issue. Feel free to open another issue for this one! Thanks for reporting all these issues, much appreciated!
r
robstoll
10/11/2018, 12:18 PM
I'll do
m
mauin
10/11/2018, 12:25 PM
Thanks!
mauin
10/11/2018, 12:57 PM
Sorry, even I am confused by failFast at times. Glad that the links already helped! 🙂
r
robstoll
10/11/2018, 1:20 PM
Thanks for the fast reply 🙂
Surely worth considering to rename it before 1.0.0 is stable