weshatheleopard / rubyXL

Ruby lib for reading/writing/modifying .xlsx and .xlsm files
MIT License
1.27k stars 253 forks source link

Fix offenses for RuboCop that can be fixed automatically #458

Open ydah opened 4 months ago

ydah commented 4 months ago

This PR fix offenses for RuboCop that can be fixed automatically. The automatic modification performed in this PR is performed by rubocop -a.

For those that cannot be modified automatically, they are once put into todo status in .rubocop_todo.yml.

weshatheleopard commented 4 months ago

Thank you for bringing my attention to this issue. I will go over the list of the warnings and fix them correspondigly.