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

Check for filesystem permissions #203

Open jensens opened 7 years ago

jensens commented 7 years ago

It happens that files are checked into git with undesirable filesystem permissions. Those then end up in a release package on PyPI.

A check for correct permissions might help here.

see also collective/collective.dexteritytextindexer#24 or bluedynamics/node#8 as an example for the problem.