[code-quality] Code style detection

Aayush Naik aayushnaik17 at gmail.com
Sat Mar 19 02:33:30 EDT 2016


Hello.
I'm working on a project that detects users' code style automatically.
Basically, I want a tool that the user will first run on a set of sample
files, this tool then will provide certain information which can be used to
'learn' the user's coding style. Can pylint be that tool? That is, can
pylint parse through a bunch of files and spit out information like, the
'tab-width' the user has used, or the 'class docstring regex' and other
such things?
Thank You.

Regards,
Aayush Naik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/code-quality/attachments/20160319/f48b07ca/attachment.html>


More information about the code-quality mailing list