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 5 forks source link

Compile regular expressions #133

Closed gforcada closed 9 years ago

gforcada commented 9 years ago

This way they are compiled only once and not every single time.

In big files probably a performance boost.

gforcada commented 9 years ago

travis is a bit crappy today, or nodejs actually... sigh

hvelarde commented 9 years ago

nice!

jensens commented 9 years ago

a note in change-log would be cool ;)