Skip to content
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

Update RuboCop #818

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Update RuboCop #818

merged 1 commit into from
Jan 15, 2024

Conversation

andyw8
Copy link
Contributor

@andyw8 andyw8 commented Jan 10, 2024

The current version of Ruby is from April 2020. Since there are quite a lot of new issues identified, I've committed them to the .rubocop_todo.yml so that they can be addressed incrementally or disabled.

@@ -11,7 +11,7 @@ gem 'rspec', '~> 3.0'
gem 'simplecov', '~> 0.21.0'
gem 'simplecov-lcov', '~> 0.8.0'

# Pin RuboCop for Travis builds.
gem 'rubocop', '0.82.0'
# Pin RuboCop for CI builds
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed since it looks like Travis is no longer used.

@@ -13,7 +13,7 @@

context 'when phpcs fixer exits successfully with fixed file' do
before do
# rubocop:disable Metrics/LineLength
# rubocop:disable Layout/LineLength
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RuboCop has changed the category of this cop.

@andyw8 andyw8 marked this pull request as ready for review January 10, 2024 16:22
@sds sds merged commit faf76fc into sds:main Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants