summaryrefslogtreecommitdiff
path: root/tests/functional/ext/docparams/parameter/missing_param_doc_required_no_doc_rgx_default.py
blob: 1d2daa1a1b0ae3470fd3cbe360224c2bde3b7682 (plain)
1
2
3
4
5
6
7
8
9
10
11
"""Tests for missing-param-doc and missing-type-doc for non-specified style docstrings
with accept-no-param-doc = no and the default value of no-docstring-rgx
"""
# pylint: disable=invalid-name, unused-argument


def _test_skip_no_docstring_rgx(x, y):
    """Example of a function that matches the default 'no-docstring-rgx' config option

    No error message is emitted.
    """