rubocop-dbl 2.1.2 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/cops/rspec.yml +0 -16
- data/config/dbl.yml +1 -2
- data/lib/rubocop_dbl/version.rb +1 -1
- metadata +47 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 95ef5729f8fec06fae042483dbc5d2f56f645179613616ec8bcf9be30deed3da
|
|
4
|
+
data.tar.gz: caf89023c33459be8eceaf0e5e0f6eb90da5d5dd3b3a9f9104a2e4ff66604d5a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b27f72906372df8664ad2bb4397e365989225ecec43d3ac7c9e5f90108ac9963dddaa58ccb941091b5aae430314ee06f1e28d3fc9a3fcaf6ccc8b85efd3fbc56
|
|
7
|
+
data.tar.gz: 84d3962ab66cd893963d4bae523ba36901161203a315211cacdcf1e98ad34811ea5c0b13de17183c0f753ac896cb698cb1729ba518e3c0dd4ae5d74e6dcccd50
|
data/config/cops/rspec.yml
CHANGED
|
@@ -19,19 +19,3 @@ RSpec/ContextWording:
|
|
|
19
19
|
- without
|
|
20
20
|
- if
|
|
21
21
|
- and
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
# @NOTE: by default, no methods are enabled
|
|
25
|
-
RSpec/Capybara/FeatureMethods:
|
|
26
|
-
EnabledMethods:
|
|
27
|
-
- feature
|
|
28
|
-
- scenario
|
|
29
|
-
|
|
30
|
-
# @NOTE: increased from 3 to 5
|
|
31
|
-
RSpec/NestedGroups:
|
|
32
|
-
Max: 5
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
# @NOTE: increased from 5 to 6
|
|
36
|
-
RSpec/MultipleMemoizedHelpers:
|
|
37
|
-
Max: 6
|
data/config/dbl.yml
CHANGED
data/lib/rubocop_dbl/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-dbl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 'Team DBL :rocket:'
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-04-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -38,6 +38,20 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '1'
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: rubocop-factory_bot
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - "~>"
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: 2.27.1
|
|
48
|
+
type: :runtime
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - "~>"
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: 2.27.1
|
|
41
55
|
- !ruby/object:Gem::Dependency
|
|
42
56
|
name: rubocop-packaging
|
|
43
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -67,7 +81,7 @@ dependencies:
|
|
|
67
81
|
- !ruby/object:Gem::Version
|
|
68
82
|
version: '1'
|
|
69
83
|
- !ruby/object:Gem::Dependency
|
|
70
|
-
name: rubocop-
|
|
84
|
+
name: rubocop-rails
|
|
71
85
|
requirement: !ruby/object:Gem::Requirement
|
|
72
86
|
requirements:
|
|
73
87
|
- - "~>"
|
|
@@ -80,20 +94,48 @@ dependencies:
|
|
|
80
94
|
- - "~>"
|
|
81
95
|
- !ruby/object:Gem::Version
|
|
82
96
|
version: '2'
|
|
97
|
+
- !ruby/object:Gem::Dependency
|
|
98
|
+
name: rubocop-rspec
|
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
|
100
|
+
requirements:
|
|
101
|
+
- - "~>"
|
|
102
|
+
- !ruby/object:Gem::Version
|
|
103
|
+
version: '3'
|
|
104
|
+
type: :runtime
|
|
105
|
+
prerelease: false
|
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
107
|
+
requirements:
|
|
108
|
+
- - "~>"
|
|
109
|
+
- !ruby/object:Gem::Version
|
|
110
|
+
version: '3'
|
|
111
|
+
- !ruby/object:Gem::Dependency
|
|
112
|
+
name: rubocop-rspec_rails
|
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
|
114
|
+
requirements:
|
|
115
|
+
- - "~>"
|
|
116
|
+
- !ruby/object:Gem::Version
|
|
117
|
+
version: 2.31.0
|
|
118
|
+
type: :runtime
|
|
119
|
+
prerelease: false
|
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
121
|
+
requirements:
|
|
122
|
+
- - "~>"
|
|
123
|
+
- !ruby/object:Gem::Version
|
|
124
|
+
version: 2.31.0
|
|
83
125
|
- !ruby/object:Gem::Dependency
|
|
84
126
|
name: rubocop-sorbet
|
|
85
127
|
requirement: !ruby/object:Gem::Requirement
|
|
86
128
|
requirements:
|
|
87
129
|
- - "~>"
|
|
88
130
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: '0.
|
|
131
|
+
version: '0.10'
|
|
90
132
|
type: :runtime
|
|
91
133
|
prerelease: false
|
|
92
134
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
135
|
requirements:
|
|
94
136
|
- - "~>"
|
|
95
137
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: '0.
|
|
138
|
+
version: '0.10'
|
|
97
139
|
description: RuboCop configuration for our Ruby on Rails projects
|
|
98
140
|
email: oss@dbl.works
|
|
99
141
|
executables: []
|