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 dependency rubocop-rails to v2.26.2 #285

Merged
merged 2 commits into from
Sep 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rubocop-rails (source, changelog) 2.25.1 -> 2.26.2 age adoption passing confidence

Release Notes

rubocop/rubocop-rails (rubocop-rails)

v2.26.2

Compare Source

Bug fixes
  • #​1362: Fix false positives for Rails/EnumSyntax when using Ruby 2.7. ([@​koic][])
  • #​1269: Fix false positives for Rails/ActionControllerFlashBeforeRender in combination with implicit returns. ([@​earlopain][])
  • #​1326: Fix wrong autocorrect for Rails/FilePath when passing an array to File.join. ([@​earlopain][])
Changes

v2.26.1

Compare Source

Bug fixes
  • #​1343: Fix false negatives for Rails/EnumSyntax for non-literal mappings. ([@​earlopain][])
  • #​1340: Fix a false positive for Rails/WhereEquals, Rails/WhereNot, and Rails/WhereRange when qualifying the database name. ([@​earlopain][])
Changes

v2.26.0

Compare Source

New features
Bug fixes
  • #​1335: Fix an error for Rails/BulkChangeTable when the block for change_table is empty. ([@​earlopain][])
  • #​1325: Fix an error for Rails/RenderPlainText when the content type is passed as a constant. ([@​earlopain][])
  • #​1337: Fix an error for Rails/Validation when passing no arguments. ([@​earlopain][])
  • #​1330: Fix an error for Rails/WhereNot when using placeholder without second argument. ([@​earlopain][])
  • #​1311: Fix false negatives for Rails/ActionControllerFlashBeforeRender when using implicit render or rescue blocks. ([@​tldn0718][])
  • #​1313: Fix false positives for Rails/CompactBlank when using collection.reject!. ([@​koic][])
  • #​1319: Fix a false positive for Rails/RedundantPresenceValidationOnBelongsTo when removing presence would leave other non-validation options like allow_blank without validations. ([@​earlopain][])
  • #​1306: Make Rails/PluralizationGrammar aware of byte methods. ([@​earlopain][])
  • #​1302: Allow params receiver by default for Style/CollectionMethods. ([@​koic][])
  • #​1321: Fix an error for Rails/WhereEquals when the second argument is not yet typed (where("foo = ?", )). ([@​earlopain][])
Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies This updates dependency files label Aug 24, 2024
Copy link

github-actions bot commented Aug 24, 2024

GitLab Pipeline Action

General information

Link to pipeline: https://gitlab.com/code0-tech/development/sagittarius/-/pipelines/1463502816

Status: Passed
Duration: 6 minutes

Job summaries

rspec: [ee]

Coverage report available at https://code0-tech.gitlab.io/-/development/sagittarius/-/jobs/7885273504/artifacts/tmp/coverage/index.html
Test summary available at https://gitlab.com/code0-tech/development/sagittarius/-/pipelines/1463502816/test_report
Finished in 11.61 seconds (files took 11.93 seconds to load)
886 examples, 0 failures
2597 / 2926 LOC (88.76%) covered.
[TEST PROF INFO] Time spent in factories: 00:06.899 (36.1% of total time)

rspec: [ce]

Coverage report available at https://code0-tech.gitlab.io/-/development/sagittarius/-/jobs/7885273503/artifacts/tmp/coverage/index.html
Test summary available at https://gitlab.com/code0-tech/development/sagittarius/-/pipelines/1463502816/test_report
Finished in 11.93 seconds (files took 11.28 seconds to load)
839 examples, 0 failures
2449 / 2794 LOC (87.65%) covered.
[TEST PROF INFO] Time spent in factories: 00:06.884 (37.65% of total time)

docs:preview

Documentation preview available at https://code0-tech.gitlab.io/-/development/telescopium/-/jobs/7885280509/artifacts/dist/index.html

rubocop

439 files inspected, no offenses detected

@renovate renovate bot force-pushed the renovate/rubocop-rails-2.x-lockfile branch from cc6f16d to b009a99 Compare September 7, 2024 11:12
@renovate renovate bot changed the title Update dependency rubocop-rails to v2.26.0 Update dependency rubocop-rails to v2.26.1 Sep 7, 2024
@renovate renovate bot force-pushed the renovate/rubocop-rails-2.x-lockfile branch from b009a99 to 69339ea Compare September 7, 2024 15:26
@renovate renovate bot force-pushed the renovate/rubocop-rails-2.x-lockfile branch from 69339ea to 7078a9d Compare September 21, 2024 06:24
@renovate renovate bot changed the title Update dependency rubocop-rails to v2.26.1 Update dependency rubocop-rails to v2.26.2 Sep 21, 2024
@renovate renovate bot force-pushed the renovate/rubocop-rails-2.x-lockfile branch from 7078a9d to 90938d2 Compare September 21, 2024 16:09
@renovate renovate bot force-pushed the renovate/rubocop-rails-2.x-lockfile branch from 90938d2 to 752e065 Compare September 21, 2024 16:30
@Taucher2003 Taucher2003 merged commit 6c50923 into main Sep 21, 2024
1 check passed
@renovate renovate bot deleted the renovate/rubocop-rails-2.x-lockfile branch September 21, 2024 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This updates dependency files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant