Marc-André Charpentier
Marc-André Charpentier
I see. I'll have a look there. But maybe it's above my pay grade. hehe. But then, about my previous question, shouldn't I be able to access `returnValue.results[0]`in the `verboseFormatter`...
Thanks for heads up, @ybiquitous! I'll see if I can make progress and I'll report back. Any pointers as to where/how I should try and implement this (if you think...
Reporting back, @ybiquitous ! Here are the changes (in progress) made: 301bec8. I have two questions as of now: 1. I can access the `url` through the `rules` property mentioned...
@ybiquitous, yes that's what I thought about. But I'm not sure how/where to set the value of a `url` property in the `Warning` object from the config . Can you...
Super, I'll have a look at this. Thanks!
I'd use it too! +1
Hi @ybiquitous ! It's been a while but I've come back to this and I think I understand what's going on here. Still, I wonder: `customMessages`and the result of `warn()`...
Oh wow. You pretty much did the work for me... I'm kind of sorry if you felt you had to. Heh. I'll look into this later in the day. Thank...
It works! I must admit to being confused by "messages" which seems to mean two different things if I'm not mistaken (first the warning message as a whole and then...
Ok, just to make sure: your implementation does not "implicitly" support an url option, right? I have to add `url` to `validOptions` in every rule, like this: ```js { actual:...