-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to get any linting done on my code (Linter + Linter Pylint) #245
Comments
I am having this issue as well. No linting.
|
Looks like Linter has been red for about a month |
Did you check the devtools console for errors?, I was getting ENOENT and needed to re-set the path to the linter check this https://github.com/AtomLinter/Linter#common-errors |
I open atom from shell. Then created a new python file with wrong syntax and saved it. There is no error shown. Then I also did Ctrl + Shift + P -> lint. Console output: |
Installed version of Linter: 0.7.3
Installed version of Linter Pylint: 0.1.5
Version of Atom: 0.140.0
Running on Linux Mint 16
Pylint version: pylint 0.26.0,
astng 0.24.1, common 0.59.1
Python 2.7.5+ (default, Feb 27 2014, 19:37:08)
[GCC 4.8.1]
Issue: Both the packages (linter and linter pylint) are installed and enabled but no linting is being done in case of errors.
For example
priont "asdf" doesn't show any kind of error message.
The text was updated successfully, but these errors were encountered: