openworm / owmeta-core

Core library for owmeta
MIT License
3 stars 2 forks source link

Investigate metrics for code quality #25

Open mwatts15 opened 4 years ago

mwatts15 commented 4 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: