Skip to content
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

Closed
xckd opened this issue Nov 3, 2014 · 5 comments
Closed

Unable to get any linting done on my code (Linter + Linter Pylint) #245

xckd opened this issue Nov 3, 2014 · 5 comments

Comments

@xckd
Copy link

xckd commented Nov 3, 2014

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.

@ghost
Copy link

ghost commented Nov 10, 2014

I am having this issue as well. No linting.
I was previously having this issue AtomLinter/linter-pylint#20

$ pylint --version
No config file found, using default configuration
pylint 0.25.0, 
astng 0.23.0, common 0.57.1
Python 2.7.3 (default, Feb 27 2014, 19:58:35) 
[GCC 4.6.3]
$ atom -v
0.144.0
$ apm ls

/home/me/.atom/packages (3)
├── [email protected]
├── [email protected]
└── [email protected]

@ghost
Copy link

ghost commented Nov 10, 2014

Looks like Linter has been red for about a month
https://travis-ci.org/AtomLinter/Linter/builds

@burabure
Copy link

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

@xckd
Copy link
Author

xckd commented Nov 10, 2014

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.
Then I opened the console and there is no error there:

Console output:
activate linter-clang init.coffee:10
activate linter-javac init.coffee:6
Linter-Pylint: package loaded, ready to get initialized by AtomLinter. /home/me/.atom/packages/linter-pylint/lib/init.coffee:4
Window load time: 2789ms index.js:39

@dmnd
Copy link

dmnd commented Nov 29, 2014

You can get more verbose logs by activating lint debug:

image

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

No branches or pull requests

5 participants