1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2021-03-24 02:03:11 UTC using RuboCop version 1.11.0.
3
+ # on 2021-03-24 02:21:52 UTC using RuboCop version 1.11.0.
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
@@ -13,14 +13,6 @@ Gemspec/RequiredRubyVersion:
13
13
Exclude :
14
14
- ' omniauth-identity.gemspec'
15
15
16
- # Offense count: 2
17
- # Configuration parameters: AllowedMethods.
18
- # AllowedMethods: enums
19
- Lint/ConstantDefinitionInBlock :
20
- Exclude :
21
- - ' spec_orms/active_record_spec.rb'
22
- - ' spec_orms/sequel_spec.rb'
23
-
24
16
# Offense count: 1
25
17
# Configuration parameters: AllowComments.
26
18
Lint/EmptyClass :
@@ -32,13 +24,6 @@ Lint/MissingSuper:
32
24
Exclude :
33
25
- ' lib/omniauth/identity/secure_password.rb'
34
26
35
- # Offense count: 1
36
- Lint/UselessAssignment :
37
- Exclude :
38
- - ' **/*.md'
39
- - ' **/*.markdown'
40
- - ' Rakefile'
41
-
42
27
# Offense count: 2
43
28
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
44
29
Metrics/AbcSize :
@@ -90,16 +75,6 @@ Naming/PredicateName:
90
75
- ' spec/**/*'
91
76
- ' lib/omniauth/identity/secure_password.rb'
92
77
93
- # Offense count: 3
94
- RSpec/BeforeAfterAll :
95
- Exclude :
96
- - ' spec/spec_helper.rb'
97
- - ' spec/rails_helper.rb'
98
- - ' spec/support/**/*.rb'
99
- - ' spec_orms/couch_potato_spec.rb'
100
- - ' spec_orms/nobrainer_spec.rb'
101
- - ' spec_orms/sequel_spec.rb'
102
-
103
78
# Offense count: 6
104
79
# Configuration parameters: Prefixes.
105
80
# Prefixes: when, with, without
@@ -119,26 +94,6 @@ RSpec/ExpectInHook:
119
94
Exclude :
120
95
- ' spec/omniauth/strategies/identity_spec.rb'
121
96
122
- # Offense count: 8
123
- # Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly.
124
- # Include: **/*_spec*rb*, **/spec/**/*
125
- RSpec/FilePath :
126
- Exclude :
127
- - ' spec/omniauth/identity/model_spec.rb'
128
- - ' spec/omniauth/identity/secure_password_spec.rb'
129
- - ' spec/omniauth/strategies/identity_spec.rb'
130
- - ' spec_orms/active_record_spec.rb'
131
- - ' spec_orms/couch_potato_spec.rb'
132
- - ' spec_orms/mongoid_spec.rb'
133
- - ' spec_orms/nobrainer_spec.rb'
134
- - ' spec_orms/sequel_spec.rb'
135
-
136
- # Offense count: 2
137
- RSpec/LeakyConstantDeclaration :
138
- Exclude :
139
- - ' spec_orms/active_record_spec.rb'
140
- - ' spec_orms/sequel_spec.rb'
141
-
142
97
# Offense count: 8
143
98
# Configuration parameters: .
144
99
# SupportedStyles: have_received, receive
@@ -172,11 +127,11 @@ RSpec/StubbedMock:
172
127
# Offense count: 5
173
128
RSpec/SubjectStub :
174
129
Exclude :
175
- - ' spec_orms/active_record_spec.rb'
130
+ - ' spec/omniauth/identity/models/active_record_spec.rb'
131
+ - ' spec/omniauth/identity/models/sequel_spec.rb'
176
132
- ' spec_orms/couch_potato_spec.rb'
177
133
- ' spec_orms/mongoid_spec.rb'
178
134
- ' spec_orms/nobrainer_spec.rb'
179
- - ' spec_orms/sequel_spec.rb'
180
135
181
136
# Offense count: 4
182
137
# Configuration parameters: IgnoreNameless, IgnoreSymbolicNames.
0 commit comments