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

Improve message:D001 found adapts( replace it with zope.component.adapter #225

Open MrTango opened 5 years ago

MrTango commented 5 years ago

It would be helpful to say somthing like:

"D001 found adapts( replace it with @zope.component.adapter decorator"

I couldn't find the packge where this is comming from. If someone can give me a hint, i can change it myself.

gforcada commented 5 years ago

@MrTango that is on flake8-deprecated: https://github.com/gforcada/flake8-deprecated/blob/master/flake8_deprecated.py