Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Remove space from msg-template in cmd & regex #15

Closed
fcFn opened this issue Aug 12, 2014 · 1 comment
Closed

Remove space from msg-template in cmd & regex #15

fcFn opened this issue Aug 12, 2014 · 1 comment
Labels

Comments

@fcFn
Copy link

fcFn commented Aug 12, 2014

Using Atom on Win.

After using fix from this issue I started to see error codes in the gutter. But there were no messages. This is because if you call pylint with a space in the msg-template the messages get truncated after that space. So to see messages I had to remove the space after the colon from the command:

--msg-template='{line},{column},{category},{msg_id}:{msg}

After that you have to remove the space from the regex, too, so it will match correctly.

Maybe you can check it out and see if the fix is ok.

@dmnd
Copy link
Member

dmnd commented Aug 17, 2014

Thanks, adopted your suggestion in c6e3771.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants