James Quilty
James Quilty
Definitely a duplicate of #167. > * A command that ignores files in .mdl.rb, or Probably `.mldrc` was meant? > * YAML front matter for files that need to be...
Another use case: GitLab Issue template files are Markdown and stored in the Project's git repository at `.gitlab/issue_templates/` and violate multiple rules that need to be applied to Markdown files...
An in-document ignore tag would be a nice-to-have when/if this feature is implemented. Inline ignore tags are the subject of #16.
@ksyx Did you perhaps mean to submit this to rather than here?
@jaymzh Thanks for writing a fix for this bug! I tried the 2-line patch from b5341f8 on version 0.5.0 and it doesn't crash on a saved test file, while the...
Duplicate of #237 which has a related Pull Request. It took me some time to find this bug when searching on the error message. May I suggest that the bug...
@zdw This was resolved for me in version 0.8.0 by #237. Are you still affected by this crash?
I'd like this too, but what we really want is a good Markdown formatter. There's a great Python formatter called [Black](https://github.com/psf/black) and something like that for Markdown, as a companion...
There's a new project on GItHub which will likely fulfil my need for a formatter.
Some more information: when run from a directory which contains a .git folder the expected output is produced: ``` $ gitinspector.py --version gitinspector 0.5.0dev Copyright © 2012-2015 Ejwa Software. All...