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
We tried the same procedure and the error was not detected.
Looking to Pronto, pronto run is detected error for committed changes.
Because the procedure is not included the commit command for the changes, we think that the error was not detected.
If we run pronto run --unstaged, the error seems to be detected.
I found following issue:
Steps to recreate
bundle install
rubocop main.rb
- raises 0 errorsgit checkout -b test
rubocop main.rb
- raises Use empty lines between method definitionspronto run
- does not raise errorExpected
Pronto should raise error Use empty lines between method definitions
Actual
No error from pronto
Additional info
Tested with ruby 2.7.0p0
The text was updated successfully, but these errors were encountered: