Files
openide/python/testData/inspections/PyDocstringInspection
Mikhail Golubev 1d671fbcd7 PY-17211 Split PyDocstringInspection in two
The first inspection PyIncorrectDocstringInspection checks that
docstring contains valid parameters and it's enabled by default.
Another - PyMissingOrEmptyDocstringInspection - ensures that
docstring exists for every suitable declaration. It often annoys users,
so it's turned off initially.

Additionally I moved messages from these inspections in PyBundle.
2015-10-14 11:47:21 +03:00
..