-
Notifications
You must be signed in to change notification settings - Fork 45
Lint error if code folded #97
Comments
Your Atom version is very old, update that (and probably most of your packages...) and see if you are still seeing issues. I'm not seeing this on the current version. |
Upgraded atom to 1.0.19 and updated all packages but same error: Versions: I tried linting folded .js files with linter-jshint, no issues. If you need more info, do let me know. |
Interesting, I couldn't reproduce this on one computer, but I now can on a different computer. Looking into the cause of this. |
A fix is pushed out in v1.9.1, let me know if you see any further issues! |
Awesome. The fix works. Thanks! |
Steps to reproduce:
You should see: TypeError: Cannot read property 'tokens' of undefined
Versions:
flake8: 2.4.1 (pep8: 1.5.7, mccabe: 0.3.1, pyflakes: 0.8.1) CPython 2.7.6 on Linux
atom: 1.0.9
OS: Ubuntu 14.04.3 LTS
The text was updated successfully, but these errors were encountered: