1
1
# This configuration was generated by
2
2
# `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 .
4
4
# The point is for the user to remove these configuration records
5
5
# one by one as the offenses are removed from the code base.
6
6
# Note that changes in the inspected code, or installation of new
@@ -11,15 +11,15 @@ Lint/EmptyBlock:
11
11
Exclude :
12
12
- ' config/routes.rb'
13
13
14
- # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
14
+ # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
15
15
Metrics/AbcSize :
16
16
Max : 157
17
17
18
18
# Configuration parameters: CountComments, CountAsOne.
19
19
Metrics/ClassLength :
20
20
Max : 177
21
21
22
- # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods .
22
+ # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
23
23
Metrics/MethodLength :
24
24
Max : 38
25
25
@@ -32,15 +32,11 @@ Performance/CollectionLiteralInLoop:
32
32
RSpec/ExampleLength :
33
33
Max : 22
34
34
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.
41
36
RSpec/NestedGroups :
42
37
Max : 5
43
38
39
+ # This cop supports safe autocorrection (--autocorrect).
44
40
# Configuration parameters: MinBodyLength, AllowConsecutiveConditionals.
45
41
Style/GuardClause :
46
42
Exclude :
0 commit comments