You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see some new lint failures coming in the mono repo, and that's because presubmit does not fail for lint failures, currently it simply prints out the lint warnings and pass through. That's mostly because we still haven't make security module pass the linters (see #1446).
Can we make linters.sh to fail for other modules? This will prevent new lint failures anymore to many of the modules.