Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

tidy: prohibit FIXME without an issue number #1879

Open
reidpr opened this issue Mar 22, 2024 · 0 comments
Open

tidy: prohibit FIXME without an issue number #1879

reidpr opened this issue Mar 22, 2024 · 0 comments

Comments

@reidpr
Copy link
Collaborator

reidpr commented Mar 22, 2024

Split from #1860. Pylint: W0511 fixme

def update(self, path):
"Recompute the File_Metadata object at path in the tree rooted by me."
# FIXME: Can’t handle anything other than regular, non-large files that
# don’t need renaming.

Just in source code this is lost. Require such comments to point to an issue number.

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

No branches or pull requests

1 participant