Configuring rules
wjdp opened this issue · 6 comments
wjdp commented
Is there a current way to specify rules? I've tried a .mdlrc file in the project root but CC doesn't seem to pick up.
jpignata commented
Hey @wjdp! Not currently – I punted on this. I'm going to add this feature over the next few days though and ship a new version.
afeld commented
Ha, I was literally just looking into this. It appears that Markdownlint is looking in ~/.mdlrc, so it may be a matter of passing a --config /code/.mdlrc option if that file exists.
jpignata commented
Right on. I'll do a pass on this, and look into what other command line flags should be supported via the config stanza.
jpignata commented
wjdp commented
Yep, pretty sure it will
jpignata commented
Great. Shipping this out this evening.