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

It should report its own version and not the version of pylint #133

Open
adiroiban opened this issue Sep 25, 2017 · 0 comments
Open

It should report its own version and not the version of pylint #133

adiroiban opened this issue Sep 25, 2017 · 0 comments

Comments

@adiroiban
Copy link
Member

If I run

$ twistedchecker --version
twistedchecker 1.5.6, 
astroid 1.4.9
Python 2.7.12 (default, Nov 19 2016, 06:48:10) 
[GCC 5.4.0 20160609]

I get the same version as pylint

$ pylint --version
No config file found, using default configuration
pylint 1.5.6, 
astroid 1.4.9
Python 2.7.12 (default, Nov 19 2016, 06:48:10) 
[GCC 5.4.0 20160609]

I think that it should report its own version, together with the versions for pylint :)

Or maybe re-wrote twistedchecker as a standard pylint plugin/checker

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

1 participant