11# This configuration was generated by
22# `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.
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
@@ -13,14 +13,6 @@ Gemspec/RequiredRubyVersion:
1313 Exclude :
1414 - ' omniauth-identity.gemspec'
1515
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-
2416# Offense count: 1
2517# Configuration parameters: AllowComments.
2618Lint/EmptyClass :
@@ -32,13 +24,6 @@ Lint/MissingSuper:
3224 Exclude :
3325 - ' lib/omniauth/identity/secure_password.rb'
3426
35- # Offense count: 1
36- Lint/UselessAssignment :
37- Exclude :
38- - ' **/*.md'
39- - ' **/*.markdown'
40- - ' Rakefile'
41-
4227# Offense count: 2
4328# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
4429Metrics/AbcSize :
@@ -90,16 +75,6 @@ Naming/PredicateName:
9075 - ' spec/**/*'
9176 - ' lib/omniauth/identity/secure_password.rb'
9277
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-
10378# Offense count: 6
10479# Configuration parameters: Prefixes.
10580# Prefixes: when, with, without
@@ -119,26 +94,6 @@ RSpec/ExpectInHook:
11994 Exclude :
12095 - ' spec/omniauth/strategies/identity_spec.rb'
12196
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-
14297# Offense count: 8
14398# Configuration parameters: .
14499# SupportedStyles: have_received, receive
@@ -172,11 +127,11 @@ RSpec/StubbedMock:
172127# Offense count: 5
173128RSpec/SubjectStub :
174129 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'
176132 - ' spec_orms/couch_potato_spec.rb'
177133 - ' spec_orms/mongoid_spec.rb'
178134 - ' spec_orms/nobrainer_spec.rb'
179- - ' spec_orms/sequel_spec.rb'
180135
181136# Offense count: 4
182137# Configuration parameters: IgnoreNameless, IgnoreSymbolicNames.
0 commit comments