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
{{ message }}
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
Describe the issue:
When running
rails_rbi:models
, if a plugin runs into issue, it is suppressed. Seehttps://github.com/chanzuckerberg/sorbet-rails/blob/master/lib/sorbet-rails/model_rbi_formatter.rb#L128
We should provide a way to run with
allow_failure: false
for debugging.Expected behavior:
Introduce a debug mode, eg:
that would trigger a run with
allow_failure
false.Versions:
The text was updated successfully, but these errors were encountered: