plone / plone.recipe.codeanalysis

provides static code analysis for Buildout-based Python projects, including flake8, JSHint, CSS Lint, and other code checks
https://pypi.org/project/plone.recipe.codeanalysis/
11 stars 8 forks source link

Post-merge cleanup for #217 replaces autocheckouts with version pins #218

Closed gyst closed 6 years ago

gyst commented 6 years ago

This is effectively a no-op change. The only code changes are to satisfy the Jenkins codeanalysis, go figure.

Turns out none of these source checkouts are 'hard' dependencies that would bork a release. And all these dependencies have already been released as eggs by now.

gyst commented 6 years ago

This is outrageously funny: apparently that Jenkins install runs an old version of plone.recipe.codeanalysis that reports problems that this buildout itself does not show.

I fixed some but ain't going to bother with fixing errors that look silly (unindexed parameters) or invalid to me. Like trailing commas that are parsed as an error if I do add them.