IPMITMO / statan-research

System designed for processing the results of open source repositories' discovery
https://ipmitmo.github.io/statan-research/
MIT License
4 stars 1 forks source link

Analyze Coala source code using Pylama #67

Closed alexclear closed 7 years ago

artemsnezhny commented 7 years ago

Test results using command pylama -i C0111 -l "pylint,pyflakes" ../../sources/coala-0.9.0 > coala-0.9.0_pylint_pyflakes.txt

Worth noting that the vast majority of detected errors are ignored in Coala own tests, for example, the whole directory "tests". C0111: Missing %s docstring coala-0.9.0_pylint_pyflakes.txt

artemsnezhny commented 7 years ago

coala-0.9.0_pylint_pyflakes (ignore).txt