Closed
Description
When indexing code, we should suppress Sorbet errors because they're not super useful in our context. If you're already using Sorbet, you must be having a separate CI check for it being green. If you're not using Sorbet yet, the effort isn't useful. Not entirely sure if we should use the existing --quiet
and --verbose
flags or add something separate. 🤔