Skip to content

Commit

Permalink
Bump rubocop from 1.63.5 to 1.64.0 (#1318)
Browse files Browse the repository at this point in the history
* Bump rubocop from 1.63.5 to 1.64.0

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.5 to 1.64.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.63.5...v1.64.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix `rubocop-1.64` cop `Style/SuperArguments` warnings

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vitaliy Serov <vitaliy.serov@onlyoffice.com>
  • Loading branch information
dependabot[bot] and VitaliySerov committed May 24, 2024
1 parent ae9fbde commit 630307c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-04-12 08:23:21 UTC using RuboCop version 1.63.1.
# on 2024-05-24 08:42:43 UTC using RuboCop version 1.64.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* Ability to run nightly CI by trigger button
* Optimize performance for parsing sheet name coordinates
* Code changes after update to `rubocop-1.63.1`
* Fix `rubocop-1.64` cop `Style/SuperArguments` warnings.

## 0.37.1 (2023-07-06)

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.63.5)
rubocop (1.64.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -111,4 +111,4 @@ DEPENDENCIES
yard (>= 0.9.20)

BUNDLED WITH
2.5.8
2.5.10
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def initialize(parent: nil)
@children = []
@start_conditions = []
@end_conditions = []
super(parent: parent)
super
end

# Parse CommonTiming object
Expand Down

0 comments on commit 630307c

Please sign in to comment.