Skip to content

Commit 69089ca

Browse files
committed
Regenerate RuboCop to-do file
1 parent 1bdbbe0 commit 69089ca

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
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:

0 commit comments

Comments
 (0)