Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

Running django-lint programmatically #13

Open
ondrowan opened this issue Jul 24, 2012 · 0 comments
Open

Running django-lint programmatically #13

ondrowan opened this issue Jul 24, 2012 · 0 comments

Comments

@ondrowan
Copy link

Would it be possible to refactor script.py to copy the same interface pylint is using? It's possible to run it programmatically as:

from pylint.lint import run
Run(['--errors-only', 'myfile.py', ...])

which would be pretty handy in DjangoLint as well.

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

No branches or pull requests

1 participant