Skip to content

Commit

Permalink
Update voxpupuli-rubocop requirement from ~> 2.4.0 to ~> 2.6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [voxpupuli-rubocop](https://github.com/voxpupuli/voxpupuli-rubocop) to permit the latest version.
- [Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/blob/master/CHANGELOG.md)
- [Commits](voxpupuli/voxpupuli-rubocop@v2.4.0...v2.6.0)

---
updated-dependencies:
- dependency-name: voxpupuli-rubocop
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bastelfreak committed Mar 13, 2024
1 parent 57c2e79 commit 2b65238
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 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 2023-08-23 12:05:42 UTC using RuboCop version 1.54.2.
# on 2024-03-13 18:23:33 UTC using RuboCop version 1.62.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 All @@ -25,6 +25,7 @@ Lint/SuppressedException:

# Offense count: 5
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: AutoCorrect.
Lint/UselessAssignment:
Exclude:
- 'lib/ra10ke/dependencies.rb'
Expand Down Expand Up @@ -225,6 +226,12 @@ Style/RedundantInterpolation:
Exclude:
- 'lib/ra10ke/duplicates.rb'

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
Style/RedundantLineContinuation:
Exclude:
- 'lib/ra10ke/validate.rb'

# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
Style/RedundantSort:
Expand Down
2 changes: 1 addition & 1 deletion ra10ke.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'pry', '~> 0.14.2'
spec.add_development_dependency 'rspec', '~> 3.6'
spec.add_development_dependency 'simplecov', '~> 0.22.0'
spec.add_development_dependency 'voxpupuli-rubocop', '~> 2.4.0'
spec.add_development_dependency 'voxpupuli-rubocop', '~> 2.6.0'
end

0 comments on commit 2b65238

Please sign in to comment.