You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
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:
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.
The text was updated successfully, but these errors were encountered: