Zulip Chat Archive
Stream: triage
Topic: PR !4#13970: feat: a linter to flag unnecessary uses of `...
Random Issue Bot (Oct 14 2024 at 14:11):
Today I chose PR 13970 for discussion!
feat: a linter to flag unnecessary uses of nolint simpNF
Created by @damiano (@adomani) on 2024-06-19
Labels: awaiting-author, merge-conflict, t-linter
Is this PR still relevant? Any recent updates? Anyone making progress?
Michael Rothgang (Oct 14 2024 at 19:42):
This PR still seems useful, to run occasionally. Imho, this could be a linter which is disabled by default. @Damiano Testa What do you think?
Damiano Testa (Oct 14 2024 at 20:37):
I think that this is a good idea and, more generally, writing code that checks that existing code is doing something is a good endeavour in my opinion!
Damiano Testa (Oct 14 2024 at 20:38):
If I remember correctly, part of the implementation of the linter in this thread, is a syntax version of the simpNF
linter. It was not perfect, but it was good enough to find "local" simpNF failures.
Damiano Testa (Oct 14 2024 at 20:39):
I am out of lean time to devote to this, though, so if someone wants to take this over, please feel free to do so! :smile:
Last updated: May 02 2025 at 03:31 UTC