openworm / owmeta

Unified, simple data access python library for data & facts about C. elegans anatomy
MIT License
153 stars 49 forks source link

Investigate metrics for code quality #330

Open gsarma opened 7 years ago

gsarma commented 7 years ago

The most valuable contribution would be a system for identifying things like code complexity and code smells in Python and displaying them on developers' machines on-demand for individual files or for the entire code base. A tool that only identifies PEP-8 compliance is not needed.

A web platform that integrates with Travis-CI and/or Github would also be valuable.

Exit criteria:

1adityachoudhary commented 5 years ago

@mwatts15 you asked me to look into this, please elaborate, I would like to make a pull request.