Zulip Chat Archive
Stream: Equational
Topic: Silence linters for genereated files
Daniel Weber (Oct 05 2024 at 05:41):
Currently the files in Generated
generate many linter warnings, unusedTactic
and unusedVariables
. Is there a way to silence these linters only for those files? I don't think we want to silence them in the entire project, but it's annoying to have lake build
output so much (and it might hide important warnings)
Vlad Tsyrklevich (Oct 05 2024 at 06:58):
I think these are primarily mine, apologies for the noise. I have a PR up here to fix them https://github.com/teorth/equational_theories/pull/303
Last updated: May 02 2025 at 03:31 UTC