Here we plan the following steps:
- Update gem standard
- Run
bundle exec standardrb --fix src ext/*/src config.ru jobs bin to enforce standard ruby formatter for all source files
- Make
run_integration_test pass and commit changes.
- Run bundle
exec standardrb --fix test ext/*/test spec to enforce standard ruby formatter for all unitttest and watir test files
- Make
run_integration_test pass and commit changes.
- Fix robocop warning (e.g. replace and by ||) and prepare for frozen_strings
- Make
run_integration_test pass and commit changes.
- migrate from hpricot (development was abandoned in 2012) to nokogiri
- Remove all references to force_encoding, as all strings are now in UTF-8 format (unless specified otherwise)
Here we plan the following steps:
bundle exec standardrb --fix src ext/*/src config.ru jobs binto enforce standard ruby formatter for all source filesrun_integration_testpass and commit changes.exec standardrb --fix test ext/*/test specto enforce standard ruby formatter for all unitttest and watir test filesrun_integration_testpass and commit changes.run_integration_testpass and commit changes.