exercism / python-analyzer

GNU Affero General Public License v3.0
8 stars 13 forks source link

[Two-Fer] Remap Pylint Warnings about Docstrings from ACTIONABLE to INFORM #25

Open BethanyG opened 3 years ago

BethanyG commented 3 years ago

Currently, pylint feedback for this exercise flags comments about missing module and method/function docstrings as ACTONABLE.

We should re-map these to INFORM comments instead, and have those comments link to docs that describe why docstrings are important, in addition to a docstring concept exercise, when it is ready.