Open
Description
Denying entire categories is convenient, and works fine for the moment since we pin the compiler version.
However, in the future, we will want to carefully control which lints are enabled, so that new lints do not break the build. Even nowadays, it may make upgrades easier when new lints are added that we do not pass.
Lines 457 to 469 in d2e3115