rubocop-lts 19.0.0 → 19.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 24bb066f8a8fc8a018f8684e3ea3e659e03388f6c93ebe4f9d22b3da85d3a38e
4
- data.tar.gz: 053ac88079993fa9b69d81c765413db71be95f12c25fb785935ced9df66a41dc
3
+ metadata.gz: bbaf26dd1d1fb58520264d5a7426388e8d4c085ac55b247a61e0d4724611083e
4
+ data.tar.gz: 3ab71211d8e6ba4b13575a765b6d8e1fed28651c688838d5b47ed9a03e72d221
5
5
  SHA512:
6
- metadata.gz: 043b894f3fbb2d0ff7ebdf4141754ff5936e47298727649f7e51fd874d21d1b72607765be95c647429a787277bdd467bf84d9535cb4f6b165a6efd8db4ffdc67
7
- data.tar.gz: 12aa196aa01756aacdeff70280cd024135ba9db32d0dcfc06e2622d51448c7a146212fef60f6520d2dc2d0e7f3275bf0595dca8ba9d91da3f3ba39940b4adedf
6
+ metadata.gz: b63c33ff45bb80bf7ef94bc01b6517461e39e72f18844fd5878a1036139d5f2edb0c9a5445b3b6a552190347d190d29d90426b3a3601a073336535875bcf27a1
7
+ data.tar.gz: 87d3babe677f2805c26e5f2f97f63910485c6a358f29188b5aa6e0aee4d7f1df6dce8bcfec969bc4b0e2ced6a2fd31016addcf9b8d1257e7b4ad321fd0d826c9
data/CHANGELOG.md CHANGED
@@ -13,62 +13,151 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
+ ## [19.0.1] - 2022-06-09
17
+ ### Added
18
+ - Improve, and dry up documentation
19
+ ### Changed
20
+ - Bumped dependency rubocop-ruby3_0 to ~> 1.0.6
21
+
16
22
  ## [19.0.0] - 2022-05-23
17
23
  ### Added
18
24
  - Initial odd release supporting Ruby ~> 3.0
19
25
 
26
+ ## [18.0.1] - 2022-06-09
27
+ ### Added
28
+ - Improve, and dry up documentation
29
+ ### Changed
30
+ - Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
31
+ ### Fixed
32
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
33
+
20
34
  ## [18.0.0] - 2022-05-23
21
35
  ### Added
22
36
  - Initial even release supporting Ruby >= 2.7
23
37
 
38
+ ## [17.0.1] - 2022-06-09
39
+ ### Added
40
+ - Improve, and dry up documentation
41
+ ### Changed
42
+ - Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
43
+
24
44
  ## [17.0.0] - 2022-05-23
25
45
  ### Added
26
46
  - Initial odd release supporting Ruby ~> 2.7
27
47
 
48
+ ## [16.0.1] - 2022-06-09
49
+ ### Added
50
+ - Improve, and dry up documentation
51
+ ### Changed
52
+ - Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
53
+ ### Fixed
54
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
55
+
28
56
  ## [16.0.0] - 2022-05-23
29
57
  ### Added
30
58
  - Initial even release supporting Ruby >= 2.6
31
59
 
60
+ ## [15.0.1] - 2022-06-09
61
+ ### Added
62
+ - Improve, and dry up documentation
63
+ ### Changed
64
+ - Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
65
+
32
66
  ## [15.0.0] - 2022-05-23
33
67
  ### Added
34
68
  - Initial odd release supporting Ruby ~> 2.6
35
69
 
70
+ ## [14.0.1] - 2022-06-09
71
+ ### Added
72
+ - Improve, and dry up documentation
73
+ ### Fixed
74
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
75
+
36
76
  ## [14.0.0] - 2022-05-23
37
77
  ### Added
38
78
  - Initial even release supporting Ruby >= 2.5
39
79
 
80
+ ## [13.0.1] - 2022-06-09
81
+ ### Added
82
+ - Improve, and dry up documentation
83
+
40
84
  ## [13.0.0] - 2022-05-23
41
85
  ### Added
42
86
  - Initial odd release supporting Ruby ~> 2.5
43
87
 
88
+ ## [12.0.1] - 2022-06-09
89
+ ### Added
90
+ - Improve, and dry up documentation
91
+ ### Fixed
92
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
93
+
44
94
  ## [12.0.0] - 2022-05-23
45
95
  ### Added
46
96
  - Initial even release supporting Ruby >= 2.4
47
97
 
98
+ ## [11.0.2] - 2022-06-09
99
+ ### Added
100
+ - Improve, and dry up documentation
101
+
102
+ ## 11.0.1 - 2022-06-09 (YANKED)
103
+ - accidentally removed required_ruby_version from gemspec
104
+
48
105
  ## [11.0.0] - 2022-05-23
49
106
  ### Added
50
107
  - Initial odd release supporting Ruby ~> 2.4
51
108
 
109
+ ## [10.0.1] - 2022-06-09
110
+ ### Added
111
+ - Improve, and dry up documentation
112
+ ### Fixed
113
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
114
+
52
115
  ## [10.0.0] - 2022-05-23
53
116
  ### Added
54
117
  - Initial even release supporting Ruby >= 2.3
55
118
 
119
+ ## [9.0.1] - 2022-06-09
120
+ ### Added
121
+ - Improve, and dry up documentation
122
+
56
123
  ## [9.0.0] - 2022-05-23
57
124
  ### Added
58
125
  - Initial odd release supporting Ruby ~> 2.3
59
126
 
127
+ ## [8.0.2] - 2022-06-09
128
+ ### Fixed
129
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
130
+
131
+ ## [8.0.1] - 2022-06-09
132
+ ### Added
133
+ - Improve, and dry up documentation
134
+
60
135
  ## [8.0.0] - 2022-05-23
61
136
  ### Added
62
137
  - Initial even release supporting Ruby >= 2.2
63
138
 
139
+ ## [7.0.1] - 2022-06-08
140
+ ### Added
141
+ - Improve, and dry up documentation
142
+
64
143
  ## [7.0.0] - 2022-05-23
65
144
  ### Added
66
145
  - Initial odd release supporting Ruby ~> 2.2
67
146
 
147
+ ## [6.0.1] - 2022-06-08
148
+ ### Added
149
+ - Improve, and dry up documentation
150
+ ### Fixed
151
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
152
+
68
153
  ## [6.0.0] - 2022-05-23
69
154
  ### Added
70
155
  - Initial even release supporting Ruby >= 2.1
71
156
 
157
+ ## [5.0.2] - 2022-06-08
158
+ ### Added
159
+ - Improve, and dry up documentation
160
+
72
161
  ## [5.0.1] - 2022-05-23
73
162
  ### Fixed
74
163
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -77,6 +166,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
166
  ### Added
78
167
  - Initial odd release supporting Ruby ~> 2.1
79
168
 
169
+ ## [4.0.3] - 2022-06-08
170
+ ### Fixed
171
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
172
+
80
173
  ## [4.0.2] - 2022-05-23
81
174
  ### Fixed
82
175
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -90,6 +183,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
90
183
  ### Added
91
184
  - Initial even release supporting Ruby >= 2.0
92
185
 
186
+ ## [3.0.3] - 2022-06-08
187
+ ### Added
188
+ - Improve, and dry up documentation
189
+
93
190
  ## [3.0.2] - 2022-05-23
94
191
  ### Fixed
95
192
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -103,6 +200,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103
200
  ### Added
104
201
  - Initial odd release supporting Ruby ~> 2.0
105
202
 
203
+ ## [2.0.5] - 2022-06-08
204
+ ### Added
205
+ - Improve, and dry up documentation
206
+
207
+ ## [2.0.4] - 2022-06-08
208
+ ### Fixed
209
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
210
+
106
211
  ## [2.0.3] - 2022-05-23
107
212
  ### Fixed
108
213
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -121,6 +226,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
121
226
  ### Added
122
227
  - Initial even release supporting Ruby >= 1.9
123
228
 
229
+ ## [1.0.4] - 2022-06-08
230
+ ### Added
231
+ - Security Policy @ SECURITY.md
232
+ - Improve, and dry up documentation
233
+
124
234
  ## [1.0.3] - 2022-05-23
125
235
  ### Fixed
126
236
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -139,33 +249,54 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139
249
  ### Added
140
250
  - Initial odd release supporting Ruby ~> 1.9
141
251
 
142
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.0...HEAD
143
- [19.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...v19.0.0
144
- [18.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...v18.0.0
145
- [17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v17.0.0
146
- [16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v16.0.0
147
- [15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v15.0.0
148
- [14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v14.0.0
149
- [13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v13.0.0
150
- [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v12.0.0
151
- [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v11.0.0
152
- [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v10.0.0
153
- [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v9.0.0
154
- [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v8.0.0
155
- [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
156
- [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
252
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.1...HEAD
253
+ [19.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.0...v19.0.1
254
+ [19.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.1...v19.0.0
255
+ [18.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...v18.0.1
256
+ [18.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.1...v18.0.0
257
+ [17.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...v17.0.1
258
+ [17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.1...v17.0.0
259
+ [16.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v16.0.1
260
+ [16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.1...v16.0.0
261
+ [15.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v15.0.1
262
+ [15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.1...v15.0.0
263
+ [14.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v14.0.1
264
+ [14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.1...v14.0.0
265
+ [13.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v13.0.1
266
+ [13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.1...v13.0.0
267
+ [12.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v12.0.1
268
+ [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.2...v12.0.0
269
+ [11.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v11.0.2
270
+ [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.1...v11.0.0
271
+ [10.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v10.0.1
272
+ [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.1...v10.0.0
273
+ [9.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v9.0.1
274
+ [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v9.0.0
275
+ [8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
276
+ [8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
277
+ [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.1...v8.0.0
278
+ [7.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v7.0.1
279
+ [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v7.0.0
280
+ [6.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v6.0.1
281
+ [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.2...v6.0.0
282
+ [5.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v5.0.2
157
283
  [5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
158
- [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
284
+ [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.3...v5.0.0
285
+ [4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
159
286
  [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
160
287
  [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
161
- [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
288
+ [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.3...v4.0.0
289
+ [3.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v3.0.3
162
290
  [3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
163
291
  [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
164
- [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
292
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.5...v3.0.0
293
+ [2.0.5]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.4...v2.0.5
294
+ [2.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v2.0.4
165
295
  [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
166
296
  [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
167
297
  [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
168
- [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
298
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.4...v2.0.0
299
+ [1.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v1.0.4
169
300
  [1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
170
301
  [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
171
302
  [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
data/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
  </a>
17
17
  </p>
18
18
 
19
- # Rubocop LTS
19
+ # RuboCop LTS
20
20
 
21
21
  ## 🙋‍♀️ How often has RuboCop broken your build?
22
22
 
@@ -91,7 +91,7 @@ of ruby from `2.6` on.
91
91
 
92
92
  Intended for applications and libraries that lint against a range of Ruby versions.
93
93
 
94
- Even versions will help projects upgrade to newer Rubies while keeping the same underlying version of Rubocop version, so change can be introduced one step at a time.
94
+ Even versions will help projects upgrade to newer Rubies while keeping the same underlying version of RuboCop version, so change can be introduced one step at a time.
95
95
 
96
96
  | Minimum Ruby | Your Gemfile | Your Gemfile.lock | Your .rubocop.yml |
97
97
  |-----------------------------------|--------------------------------|-------------------|------------------------------------------------|
@@ -313,7 +313,7 @@ License: [Unsplash License][org-logo-license]
313
313
 
314
314
  ## 🤝 Code of Conduct
315
315
 
316
- Everyone interacting in Rubocop LTS codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rubocop-lts/rubocop-lts/blob/main/CODE_OF_CONDUCT.md).
316
+ Everyone interacting in RuboCop LTS codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rubocop-lts/rubocop-lts/blob/main/CODE_OF_CONDUCT.md).
317
317
 
318
318
  ## 📌 Versioning
319
319
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Lts
5
- VERSION = "19.0.0"
5
+ VERSION = "19.0.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-lts
3
3
  version: !ruby/object:Gem::Version
4
- version: 19.0.0
4
+ version: 19.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-23 00:00:00.000000000 Z
11
+ date: 2022-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop-ruby3_0
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.0.3
19
+ version: 1.0.6
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.0.3
26
+ version: 1.0.6
27
27
  description: Rubocop LTS - Chaos Reduction In a Bottle
28
28
  email:
29
29
  - peter.boling@gmail.com
@@ -41,18 +41,15 @@ files:
41
41
  - lib/rubocop/lts/version.rb
42
42
  - rubocop-lts.yml
43
43
  - sig/rubocop/lts.rbs
44
- - spec/config/rspec/rspec_core.rb
45
- - spec/rubocop/lts_spec.rb
46
- - spec/spec_helper.rb
47
44
  homepage: https://github.com/rubocop-lts/rubocop-lts
48
45
  licenses:
49
46
  - MIT
50
47
  metadata:
51
48
  homepage_uri: https://github.com/rubocop-lts/rubocop-lts
52
- source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v19.0.0
53
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v19.0.0/CHANGELOG.md
49
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v19.0.1
50
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v19.0.1/CHANGELOG.md
54
51
  bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
55
- documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/19.0.0
52
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/19.0.1
56
53
  wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
57
54
  rubygems_mfa_required: 'true'
58
55
  post_install_message:
@@ -73,11 +70,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
70
  - !ruby/object:Gem::Version
74
71
  version: '0'
75
72
  requirements: []
76
- rubygems_version: 3.3.14
73
+ rubygems_version: 3.3.15
77
74
  signing_key:
78
75
  specification_version: 4
79
76
  summary: Rubocop LTS - Semantically Versioned
80
- test_files:
81
- - spec/config/rspec/rspec_core.rb
82
- - spec/rubocop/lts_spec.rb
83
- - spec/spec_helper.rb
77
+ test_files: []
@@ -1,13 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- RSpec.configure do |config|
4
- # Enable flags like --only-failures and --next-failure
5
- config.example_status_persistence_file_path = ".rspec_status"
6
-
7
- # Disable RSpec exposing methods globally on `Module` and `main`
8
- config.disable_monkey_patching!
9
-
10
- config.expect_with :rspec do |c|
11
- c.syntax = :expect
12
- end
13
- end
@@ -1,7 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- RSpec.describe Rubocop::Lts do
4
- it "has a version number" do
5
- expect(Rubocop::Lts::VERSION).not_to be nil
6
- end
7
- end
data/spec/spec_helper.rb DELETED
@@ -1,7 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # This gem
4
- require "rubocop/lts"
5
-
6
- # RSpec Configs
7
- require "config/rspec/rspec_core"