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 the update to 2.0.0, the linter wont work anymore. Pylint seems to run (according to the background process history) but nothing is displayed in Atom.
The following error appears in the console every time the linter is run:
Uncaught (in promise) TypeError: Cannot read property 'start' of undefined
at messageKey (/home/herve/.atom/packages/linter/lib/helpers.js:91:68)
at Object.normalizeMessages (/home/herve/.atom/packages/linter/lib/helpers.js:120:19)
at promises.push.Promise.then._this2.emitter.emit.number (/home/herve/.atom/packages/linter/lib/linter-registry.js:134:19)
The text was updated successfully, but these errors were encountered:
setaou
changed the title
Linter wont work after update to 2.0.0
linter-pylint wont work after update to 2.0.0
Mar 30, 2017
After the update to 2.0.0, the linter wont work anymore. Pylint seems to run (according to the background process history) but nothing is displayed in Atom.
The following error appears in the console every time the linter is run:
The text was updated successfully, but these errors were encountered: