The Python 2/3 checkers I emailed this list about back in June I think are
now at a beta stage and can be viewed at
https://github.com/brettcannon/caniusepython3/blob/pylint/caniusepython3/pylint_checker.py
along with tests at
https://github.com/brettcannon/caniusepython3/blob/pylint/caniusepython3/test/test_pylint_checker.py
and a demo "bad" file and pylintrc file at
https://github.com/brettcannon/caniusepython3/blob/pylint/bad.py and
https://github.com/brettcannon/caniusepython3/blob/pylint/pylintrc,
respectively.

If anyone has any feedback on the way I implemented the checkers I would
appreciate it since the public documentation on writing your own checkers
is a bit thin to say the least =) .
_______________________________________________
code-quality mailing list
code-quality@python.org
https://mail.python.org/mailman/listinfo/code-quality

Reply via email to