Output Filters (again)
Hello everyone,
I'm trying to create an output filter for this sort of output from JSHint/JSCS:
/home/melissa/code/swiftserve-tools/jsgithook/app.js(119,31) JSCS(requireSpaceAfterKeywords) One space required after "function" keyword
I'm using the filter:
$FILE_PATH$\($LINE$,$COLUMN$\)\:
based on something I found in the forum, which looks like it should do the job. Except that I don't get any links in the output window. What am I getting wrong?
BTW, I know I can probably find plugins for JSHint and JSCS - but I would like to resolve this for future knowledge.
Thanks,
Melissa
---
Original message URL: https://devnet.jetbrains.com/message/5555612#5555612
Please sign in to leave a comment.