I love guix lint! The vast majority of the time I even use it! But... sometimes a guix lint suggestion isn't appropriate, at which point it becomes noise for future contributors of that package. tt might not be possible, or at least not worth the effort, to improve guix lint to catch that particular case. Sometimes human judgement is still valuable. But, because there is no way to silence a particular inappropriate suggestion from guix lint, it becomes noise, and each person evaluating the results of the package in the future then needs to take time to figure out if guix lint is wrong, or something should be changed. You could add comments to the package about which lint warnings are inappropriate, but would it be better if you could just override the suggestion programatically, hiding it from the eyes and minds of the valuable and limited humans with their great powers of judgement? Debian's correlary, lintian, has a mechanism to do exactly this, where you list the various things that aren't appropriate, and can even comment on why, in a way that lintian basically hides the issue from further attention. The downside is this becomes one more thing to maintain... in exchange for making the output having a higher degree of relevency in "guix lint" output, so you can be more confident that someone hasn't already looked at a given issue and decided it was best to just ignore it (not that that will not ever happen anymore, but still). Thoughts? live well, vagrant