Open mariusz-blaszczak opened 3 years ago
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.
We will be happy if we can be of any help.
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