inline-plz icon indicating copy to clipboard operation
inline-plz copied to clipboard

markdownlint parse error

Open guykisel opened this issue 8 years ago • 1 comments

Installation and running of markdownlint took 47 seconds
Traceback (most recent call last):
  File "/Users/gkisel/.virtualenvs/inline-plz-bot/lib/python2.7/site-packages/inlineplz/linters/__init__.py", line 465, in lint
    linter_messages = config.get('parser')().parse(output)
  File "/Users/gkisel/.virtualenvs/inline-plz-bot/lib/python2.7/site-packages/inlineplz/parsers/markdownlint.py", line 19, in parse
    msgbody = parts[2].strip()
IndexError: list index out of range
(null):0
(null)

RangeError: Maximum call stack size exceeded

guykisel avatar Jun 13 '16 20:06 guykisel

Might need to convert markdownlint to run per file instead of letting it choose what files to run on so that it doesn't dive deep into node_modules.

guykisel avatar Jun 19 '16 01:06 guykisel