deivid-rodriguez / byebug

Debugging in Ruby 2
BSD 2-Clause "Simplified" License
3.34k stars 328 forks source link

Update RuboCop to v0.90 and add packaging extension #724

Closed utkarsh2102 closed 4 years ago

utkarsh2102 commented 4 years ago

Hi @deivid-rodriguez,

Thanks for your awesome work! ❤️

This PR updates RuboCop to v0.90.0 and fixes the obsolete configuration in .rubocop.yml. It also adds rubocop-packaging and activates the cops provided by the Packaging extension.

Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>

utkarsh2102 commented 4 years ago

Hey @deivid-rodriguez,

The failing test on windows/test (head) is because it takes ruby3.0 due to which simplecov_html is not compatible. Not sure how to go about this here?

Should we mark the "head" tests as expected to fail or something? I am not sure. Could you take a look?

deivid-rodriguez commented 4 years ago

Hi @utkarsh2102, sorry for the delay! I'm going to try loop back to byebug the next week!