1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 99999`
3
- # on 2023-05-09 13:01:46 UTC using RuboCop version 1.50.2 .
3
+ # on 2025-01-21 18:35:39 UTC using RuboCop version 1.62.1 .
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
7
7
# versions of RuboCop, may require this file to be generated again.
8
8
9
- # Offense count: 4
9
+ # Offense count: 6
10
10
# Configuration parameters: EnforcedStyle, AllowedGems, Include.
11
11
# SupportedStyles: Gemfile, gems.rb, gemspec
12
12
# Include: **/*.gemspec, **/Gemfile, **/gems.rb
@@ -15,11 +15,25 @@ Gemspec/DevelopmentDependencies:
15
15
- ' authorized_persona.gemspec'
16
16
17
17
# Offense count: 1
18
- # Configuration parameters: Severity, Include.
19
- # Include: **/*.gemspec
20
- Gemspec/RequiredRubyVersion :
18
+ # This cop supports safe autocorrection (--autocorrect).
19
+ Layout/ElseAlignment :
21
20
Exclude :
22
- - ' authorized_persona.gemspec'
21
+ - ' lib/authorized_persona/authorization.rb'
22
+
23
+ # Offense count: 1
24
+ # This cop supports safe autocorrection (--autocorrect).
25
+ # Configuration parameters: EnforcedStyleAlignWith, Severity.
26
+ # SupportedStylesAlignWith: keyword, variable, start_of_line
27
+ Layout/EndAlignment :
28
+ Exclude :
29
+ - ' lib/authorized_persona/authorization.rb'
30
+
31
+ # Offense count: 1
32
+ # This cop supports safe autocorrection (--autocorrect).
33
+ # Configuration parameters: Width, AllowedPatterns.
34
+ Layout/IndentationWidth :
35
+ Exclude :
36
+ - ' lib/authorized_persona/authorization.rb'
23
37
24
38
# Offense count: 1
25
39
# This cop supports safe autocorrection (--autocorrect).
@@ -30,29 +44,25 @@ Layout/LineLength:
30
44
- ' lib/authorized_persona/authorization.rb'
31
45
32
46
# Offense count: 2
47
+ # Configuration parameters: AllowedParentClasses.
33
48
Lint/MissingSuper :
34
49
Exclude :
35
50
- ' spec/authorized_persona/authorization_spec.rb'
36
51
- ' spec/authorized_persona/persona_spec.rb'
37
52
38
- # Offense count: 2
53
+ # Offense count: 4
39
54
# This cop supports safe autocorrection (--autocorrect).
40
55
Lint/RedundantCopDisableDirective :
41
56
Exclude :
42
57
- ' lib/authorized_persona/authorization.rb'
58
+ - ' lib/authorized_persona/persona.rb'
43
59
44
60
# Offense count: 1
45
61
# Configuration parameters: AllowedMethods, AllowedPatterns, Max.
46
62
Metrics/PerceivedComplexity :
47
63
Exclude :
48
64
- ' lib/authorized_persona/persona.rb'
49
65
50
- # Offense count: 2
51
- # This cop supports unsafe autocorrection (--autocorrect-all).
52
- RSpec/BeEq :
53
- Exclude :
54
- - ' spec/authorized_persona/authorization_spec.rb'
55
-
56
66
# Offense count: 1
57
67
# This cop supports unsafe autocorrection (--autocorrect-all).
58
68
Rails/ActiveSupportOnLoad :
@@ -64,20 +74,6 @@ Rails/I18nLocaleTexts:
64
74
Exclude :
65
75
- ' lib/authorized_persona/authorization.rb'
66
76
67
- # Offense count: 1
68
- # This cop supports unsafe autocorrection (--autocorrect-all).
69
- # Configuration parameters: Include.
70
- # Include: **/Rakefile, **/*.rake
71
- Rails/RakeEnvironment :
72
- Exclude :
73
- - ' Rakefile'
74
-
75
- # Offense count: 1
76
- # This cop supports safe autocorrection (--autocorrect).
77
- Rake/Desc :
78
- Exclude :
79
- - ' Rakefile'
80
-
81
77
# Offense count: 2
82
78
# This cop supports unsafe autocorrection (--autocorrect-all).
83
79
# Configuration parameters: AllowedReceivers.
0 commit comments