The --fatal-infos flag was too strict for the existing codebase, causing lint gates to fail on info-level hints. Switch to --fatal-warnings which blocks actual warnings while allowing benign info-level suggestions through.
The --fatal-infos flag was too strict for the existing codebase, causing lint gates to fail on info-level hints. Switch to --fatal-warnings which blocks actual warnings while allowing benign info-level suggestions through.