Skip to content

Commit 06418e9

Browse files
authored
Merge pull request #98 from publify/dependabot/bundler/rubocop-tw-1.75.6
Update rubocop requirement from ~> 1.65.1 to ~> 1.75.6
2 parents ab56cb8 + 69089ca commit 06418e9

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.rubocop_todo.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config --no-offense-counts --no-auto-gen-timestamp`
3-
# using RuboCop version 1.35.1.
3+
# using RuboCop version 1.75.6.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
@@ -11,15 +11,15 @@ Lint/EmptyBlock:
1111
Exclude:
1212
- 'config/routes.rb'
1313

14-
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
14+
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
1515
Metrics/AbcSize:
1616
Max: 157
1717

1818
# Configuration parameters: CountComments, CountAsOne.
1919
Metrics/ClassLength:
2020
Max: 177
2121

22-
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
22+
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
2323
Metrics/MethodLength:
2424
Max: 38
2525

@@ -32,15 +32,11 @@ Performance/CollectionLiteralInLoop:
3232
RSpec/ExampleLength:
3333
Max: 22
3434

35-
# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly.
36-
# Include: **/*_spec*rb*, **/spec/**/*
37-
RSpec/FilePath:
38-
Exclude:
39-
- 'spec/lib/publify_app/textfilter_code_spec.rb'
40-
35+
# Configuration parameters: AllowedGroups.
4136
RSpec/NestedGroups:
4237
Max: 5
4338

39+
# This cop supports safe autocorrection (--autocorrect).
4440
# Configuration parameters: MinBodyLength, AllowConsecutiveConditionals.
4541
Style/GuardClause:
4642
Exclude:

publify_textfilter_code.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
2323
s.add_dependency "publify_core", "~> 10.0.0"
2424

2525
s.add_development_dependency "rspec-rails", "~> 6.0"
26-
s.add_development_dependency "rubocop", "~> 1.65.1"
26+
s.add_development_dependency "rubocop", "~> 1.75.6"
2727
s.add_development_dependency "rubocop-performance", "~> 1.23.1"
2828
s.add_development_dependency "rubocop-rails", "~> 2.25.0"
2929
s.add_development_dependency "rubocop-rspec", "~> 3.4.0"

0 commit comments

Comments
 (0)