zdavatz / spreadsheet

The Ruby Spreadsheet by ywesee GmbH
http://spreadsheet.ch
GNU General Public License v3.0
1.13k stars 240 forks source link

Suppresses assigned but unused var warnings #226

Closed weilandia closed 5 years ago

weilandia commented 5 years ago

When running specs that depend on spreadsheet (or roo-xls) there is the following warning: lib/spreadsheet/excel/reader.rb:402: warning: assigned but unused variable - len.

[suppress-unused-var-warning-in-roo-xls]

zdavatz commented 5 years ago

All Checks are failing. Please make sure that all checks pass. See below, continuous Travis integration.

zdavatz commented 5 years ago

looks better now, thank you!

weilandia commented 5 years ago

thanks @zdavatz!

zdavatz commented 5 years ago

great work, thank you for your patches!