-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Here we plan the following steps:
- Update gem standard
- Run
bundle exec standardrb --fix src ext/*/src config.ru jobs binto enforce standard ruby formatter for all source files - Make
run_integration_testpass and commit changes. - Run bundle
exec standardrb --fix test ext/*/test specto enforce standard ruby formatter for all unitttest and watir test files - Make
run_integration_testpass and commit changes. - Fix robocop warning (e.g. replace and by ||) and prepare for frozen_strings
- Make
run_integration_testpass 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)
Metadata
Metadata
Assignees
Labels
No labels