Skip to content

Commit

Permalink
Bump rubocop-rspec from 2.30.0 to 3.0.1 (#1330)
Browse files Browse the repository at this point in the history
* Bump rubocop-rspec from 2.30.0 to 3.0.1

Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.30.0 to 3.0.1.
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v2.30.0...v3.0.1)

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

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

* Fix rubocop configuration to be compatible with v3 of `rubocop-rspec`

* Fix lint of yaml

---------

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 Jun 12, 2024
1 parent 32cd0ea commit 0d5927a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 23 deletions.
8 changes: 0 additions & 8 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RSpec/DescribeClass:
Include:
- 'spec/common/classes/**/*'


# In those 3 folder we store E2E tests
# So they have a complicated structure
# All unit test are stored in spec/ooxml_parser
Expand All @@ -27,10 +26,3 @@ RSpec/SpecFilePathFormat:
- 'spec/document/**/*'
- 'spec/workbook/**/*'
- 'spec/presentation/**/*'

# Since we've already moved to
# `RSpec/SpecFilePathFormat` and `RSpec/SpecFilePathSuffix`
# manually disable the cop until
# https://github.com/rubocop/rubocop-rspec/issues/1723
RSpec/FilePath:
Enabled: false
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-05-24 08:42:43 UTC using RuboCop version 1.64.0.
# on 2024-06-12 14:15:24 UTC using RuboCop version 1.64.1.
# 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 @@ -17,6 +17,7 @@
* Optimize performance for parsing sheet name coordinates
* Code changes after update to `rubocop-1.63.1`
* Fix `rubocop-1.64` cop `Style/SuperArguments` warnings.
* Fix rubocop configuration to be compatible with v3 of `rubocop-rspec`

## 0.37.1 (2023-07-06)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ group :development do
gem 'rubocop', '~> 1'
gem 'rubocop-performance', '~> 1'
gem 'rubocop-rake', '~> 0'
gem 'rubocop-rspec', '~> 2'
gem 'rubocop-rspec', '~> 3'
gem 'yard', '>= 0.9.20', require: false
end
17 changes: 4 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,13 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-performance (1.21.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.30.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.28.3)
rubocop (~> 1.40)
rubocop-rspec (3.0.1)
rubocop (~> 1.61)
ruby-ole (1.2.13.1)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
Expand All @@ -106,9 +97,9 @@ DEPENDENCIES
rubocop (~> 1)
rubocop-performance (~> 1)
rubocop-rake (~> 0)
rubocop-rspec (~> 2)
rubocop-rspec (~> 3)
simplecov (~> 0)
yard (>= 0.9.20)

BUNDLED WITH
2.5.10
2.5.11

0 comments on commit 0d5927a

Please sign in to comment.