Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignores functions if nested functions have docstrings #63

Open
sandilsranasinghe opened this issue Nov 23, 2020 · 5 comments
Open

Ignores functions if nested functions have docstrings #63

sandilsranasinghe opened this issue Nov 23, 2020 · 5 comments

Comments

@sandilsranasinghe
Copy link

If there is a function with a nested function inside and only the nested function has a docstring it isn't considered.
eg:- It doesn't prompt to add a docstring for my_method in the example below.

def my_method(param):
    def nested_mymethod():
        """
        Function nested in my method.
        """
        pass
    pass
@srishtiganguly
Copy link

Hello,

I would like to contribute to this issue if it is open.

Thank you.

@Zarad1993
Copy link
Owner

@srishtiganguly - you are welcome to contribute. Thank you so much!

@surbhiagrawal22
Copy link

surbhiagrawal22 commented Mar 17, 2021

Dear @Zarad1993
I have contributed to the issue, Please find the PR #65 .

@AshirGuptash
Copy link
Contributor

I would like to contribute to this issue, if you can give me a chance to do so @Zarad1993

@surbhiagrawal22
Copy link

Dear @Zarad1993
I have contributed to the issue, Please find the PR #65 .

Please review the PR and let me know if some changes are required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants