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

Allow some TODOs to pass pylint #341

Closed
delucchi-cmu opened this issue Dec 20, 2023 · 0 comments · Fixed by #343
Closed

Allow some TODOs to pass pylint #341

delucchi-cmu opened this issue Dec 20, 2023 · 0 comments · Fixed by #343
Assignees

Comments

@delucchi-cmu
Copy link
Contributor

I think TODOs are excellent resources, when done properly, e.g:

# TODO(#16) Add the extra calls here when they're ready

In this case, the TODO has a link to an issue related to the TODO.

pylint maybe only half-agrees with me, and gives a warning when it sees # TODO in python code. We can use the notes-rgx field in our .pylintrc to configure which notes will trigger pylint warnings.

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

Successfully merging a pull request may close this issue.

1 participant