-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rubocop change documentation #264
Comments
Compared to the main codebase, the rubocop auto-fix seems didn't cause any difference (checked |
As a note, the attached full status file marks the issues, 3.1.0 status, my notes and which are issues that need to be turned back in future migrations: Make sure to check this in 3.1.1 migration and future migration: |
The Excel file |
Part of 3.1.0 migration is to enable rubocop Github test again. For the current rubocop workflow, rubocop is using the version in Gemfile.lock, while in the main codebase, rubocop uses the default version with ruby 2.7.6.
I noticed that since DMP Assisant 3.0.4-15 has upgraded to ruby 2.7.6 because a bug fix only applied to ruby>=2.7, thus DMP Assisant 3.1.0 will use ruby 2.7.6 with Rails 5.2.8.1. An initial update shows that rubocop is 1.39.0 with RUBY VERSION 2.6.3p62 and BUNDLED WITH 2.3.25.
The next step is to test if 1.39.0 will generate similar results to 1.26.1 and 1.37.1.
wkhtmltopdf-binary
(0.12.6.5,the latest version from https://rubygems.org/gems/wkhtmltopdf-binary) hasn't added support to Ubuntu 22.04, thus need to hard-set Github actions ubuntu versions to 20.0.4 for supporting issue #266The text was updated successfully, but these errors were encountered: