rubocop-lts 17.0.0 → 17.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +132 -17
- data/README.md +5 -5
- data/lib/rubocop/lts/version.rb +1 -1
- metadata +12 -18
- data/spec/config/rspec/rspec_core.rb +0 -13
- data/spec/rubocop/lts_spec.rb +0 -7
- data/spec/spec_helper.rb +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 48872e0ff370b6410c0897414000a422314cb569f41721008ad2f7bd5c39707c
|
4
|
+
data.tar.gz: f58dbb48f475ccf4bec61f872ef02a97665a68b42e890bf4c4554058c66178f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b932bd937621be564d77247b167e28d0cb76a147b6be9c166d7efb1fdf7e07f6e35169878b60a32e0e74da8b744ff2f343097bec4db55275d503b842b30ffa61
|
7
|
+
data.tar.gz: 87fa23be2c6ac3bb32fec425c8828f8decfb95c1ef2d8783823de420012c241c2fdf7d43a934aea79225ba32af9f0acf12f94a630e69e84cdb6d40ca45959ef9
|
data/CHANGELOG.md
CHANGED
@@ -13,54 +13,129 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
13
13
|
|
14
14
|
### Removed
|
15
15
|
|
16
|
+
## [17.0.1] - 2022-05-23
|
17
|
+
### Added
|
18
|
+
- Improve, and dry up documentation
|
19
|
+
### Changed
|
20
|
+
- Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
|
21
|
+
|
16
22
|
## [17.0.0] - 2022-05-23
|
17
23
|
### Added
|
18
24
|
- Initial odd release supporting Ruby ~> 2.7
|
19
25
|
|
26
|
+
## [16.0.1] - 2022-06-09
|
27
|
+
### Added
|
28
|
+
- Improve, and dry up documentation
|
29
|
+
### Changed
|
30
|
+
- Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
|
31
|
+
### Fixed
|
32
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
33
|
+
|
20
34
|
## [16.0.0] - 2022-05-23
|
21
35
|
### Added
|
22
36
|
- Initial even release supporting Ruby >= 2.6
|
23
37
|
|
38
|
+
## [15.0.1] - 2022-06-09
|
39
|
+
### Added
|
40
|
+
- Improve, and dry up documentation
|
41
|
+
### Changed
|
42
|
+
- Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
|
43
|
+
|
24
44
|
## [15.0.0] - 2022-05-23
|
25
45
|
### Added
|
26
46
|
- Initial odd release supporting Ruby ~> 2.6
|
27
47
|
|
48
|
+
## [14.0.1] - 2022-06-09
|
49
|
+
### Added
|
50
|
+
- Improve, and dry up documentation
|
51
|
+
### Fixed
|
52
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
53
|
+
|
28
54
|
## [14.0.0] - 2022-05-23
|
29
55
|
### Added
|
30
56
|
- Initial even release supporting Ruby >= 2.5
|
31
57
|
|
58
|
+
## [13.0.1] - 2022-06-09
|
59
|
+
### Added
|
60
|
+
- Improve, and dry up documentation
|
61
|
+
|
32
62
|
## [13.0.0] - 2022-05-23
|
33
63
|
### Added
|
34
64
|
- Initial odd release supporting Ruby ~> 2.5
|
35
65
|
|
66
|
+
## [12.0.1] - 2022-06-09
|
67
|
+
### Added
|
68
|
+
- Improve, and dry up documentation
|
69
|
+
### Fixed
|
70
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
71
|
+
|
36
72
|
## [12.0.0] - 2022-05-23
|
37
73
|
### Added
|
38
74
|
- Initial even release supporting Ruby >= 2.4
|
39
75
|
|
76
|
+
## [11.0.2] - 2022-06-09
|
77
|
+
### Added
|
78
|
+
- Improve, and dry up documentation
|
79
|
+
|
80
|
+
## 11.0.1 - 2022-06-09 (YANKED)
|
81
|
+
- accidentally removed required_ruby_version from gemspec
|
82
|
+
|
40
83
|
## [11.0.0] - 2022-05-23
|
41
84
|
### Added
|
42
85
|
- Initial odd release supporting Ruby ~> 2.4
|
43
86
|
|
87
|
+
## [10.0.1] - 2022-06-09
|
88
|
+
### Added
|
89
|
+
- Improve, and dry up documentation
|
90
|
+
### Fixed
|
91
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
92
|
+
|
44
93
|
## [10.0.0] - 2022-05-23
|
45
94
|
### Added
|
46
95
|
- Initial even release supporting Ruby >= 2.3
|
47
96
|
|
97
|
+
## [9.0.1] - 2022-06-09
|
98
|
+
### Added
|
99
|
+
- Improve, and dry up documentation
|
100
|
+
|
48
101
|
## [9.0.0] - 2022-05-23
|
49
102
|
### Added
|
50
103
|
- Initial odd release supporting Ruby ~> 2.3
|
51
104
|
|
105
|
+
## [8.0.2] - 2022-06-09
|
106
|
+
### Fixed
|
107
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
108
|
+
|
109
|
+
## [8.0.1] - 2022-06-09
|
110
|
+
### Added
|
111
|
+
- Improve, and dry up documentation
|
112
|
+
|
52
113
|
## [8.0.0] - 2022-05-23
|
53
114
|
### Added
|
54
115
|
- Initial even release supporting Ruby >= 2.2
|
55
116
|
|
117
|
+
## [7.0.1] - 2022-06-08
|
118
|
+
### Added
|
119
|
+
- Improve, and dry up documentation
|
120
|
+
|
56
121
|
## [7.0.0] - 2022-05-23
|
57
122
|
### Added
|
58
123
|
- Initial odd release supporting Ruby ~> 2.2
|
59
124
|
|
125
|
+
## [6.0.1] - 2022-06-08
|
126
|
+
### Added
|
127
|
+
- Improve, and dry up documentation
|
128
|
+
### Fixed
|
129
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
130
|
+
|
60
131
|
## [6.0.0] - 2022-05-23
|
61
132
|
### Added
|
62
133
|
- Initial even release supporting Ruby >= 2.1
|
63
134
|
|
135
|
+
## [5.0.2] - 2022-06-08
|
136
|
+
### Added
|
137
|
+
- Improve, and dry up documentation
|
138
|
+
|
64
139
|
## [5.0.1] - 2022-05-23
|
65
140
|
### Fixed
|
66
141
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -69,6 +144,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
69
144
|
### Added
|
70
145
|
- Initial odd release supporting Ruby ~> 2.1
|
71
146
|
|
147
|
+
## [4.0.3] - 2022-06-08
|
148
|
+
### Fixed
|
149
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
150
|
+
|
72
151
|
## [4.0.2] - 2022-05-23
|
73
152
|
### Fixed
|
74
153
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -82,6 +161,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
82
161
|
### Added
|
83
162
|
- Initial even release supporting Ruby >= 2.0
|
84
163
|
|
164
|
+
## [3.0.3] - 2022-06-08
|
165
|
+
### Added
|
166
|
+
- Improve, and dry up documentation
|
167
|
+
|
85
168
|
## [3.0.2] - 2022-05-23
|
86
169
|
### Fixed
|
87
170
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -95,6 +178,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
95
178
|
### Added
|
96
179
|
- Initial odd release supporting Ruby ~> 2.0
|
97
180
|
|
181
|
+
## [2.0.5] - 2022-06-08
|
182
|
+
### Added
|
183
|
+
- Improve, and dry up documentation
|
184
|
+
|
185
|
+
## [2.0.4] - 2022-06-08
|
186
|
+
### Fixed
|
187
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
188
|
+
|
98
189
|
## [2.0.3] - 2022-05-23
|
99
190
|
### Fixed
|
100
191
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -113,6 +204,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
113
204
|
### Added
|
114
205
|
- Initial even release supporting Ruby >= 1.9
|
115
206
|
|
207
|
+
## [1.0.4] - 2022-06-08
|
208
|
+
### Added
|
209
|
+
- Security Policy @ SECURITY.md
|
210
|
+
- Improve, and dry up documentation
|
211
|
+
|
116
212
|
## [1.0.3] - 2022-05-23
|
117
213
|
### Fixed
|
118
214
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -131,31 +227,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
131
227
|
### Added
|
132
228
|
- Initial odd release supporting Ruby ~> 1.9
|
133
229
|
|
134
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.
|
135
|
-
[17.0.
|
136
|
-
[
|
137
|
-
[
|
138
|
-
[
|
139
|
-
[
|
140
|
-
[
|
141
|
-
[
|
142
|
-
[
|
143
|
-
[
|
144
|
-
[
|
145
|
-
[
|
146
|
-
[
|
230
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.1...HEAD
|
231
|
+
[17.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...v17.0.1
|
232
|
+
[17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.1...v17.0.0
|
233
|
+
[16.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v16.0.1
|
234
|
+
[16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.1...v16.0.0
|
235
|
+
[15.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v15.0.1
|
236
|
+
[15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.1...v15.0.0
|
237
|
+
[14.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v14.0.1
|
238
|
+
[14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.1...v14.0.0
|
239
|
+
[13.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v13.0.1
|
240
|
+
[13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.1...v13.0.0
|
241
|
+
[12.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v12.0.1
|
242
|
+
[12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.2...v12.0.0
|
243
|
+
[11.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v11.0.2
|
244
|
+
[11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.1...v11.0.0
|
245
|
+
[10.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v10.0.1
|
246
|
+
[10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.1...v10.0.0
|
247
|
+
[9.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v9.0.1
|
248
|
+
[9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v9.0.0
|
249
|
+
[8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
|
250
|
+
[8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
|
251
|
+
[8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.1...v8.0.0
|
252
|
+
[7.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v7.0.1
|
253
|
+
[7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v7.0.0
|
254
|
+
[6.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v6.0.1
|
255
|
+
[6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.2...v6.0.0
|
256
|
+
[5.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v5.0.2
|
147
257
|
[5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
|
148
|
-
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.
|
258
|
+
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.3...v5.0.0
|
259
|
+
[4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
|
149
260
|
[4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
|
150
261
|
[4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
|
151
|
-
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.
|
262
|
+
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.3...v4.0.0
|
263
|
+
[3.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v3.0.3
|
152
264
|
[3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
|
153
265
|
[3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
|
154
|
-
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.
|
266
|
+
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.5...v3.0.0
|
267
|
+
[2.0.5]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.4...v2.0.5
|
268
|
+
[2.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v2.0.4
|
155
269
|
[2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
|
156
270
|
[2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
|
157
271
|
[2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
|
158
|
-
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.
|
272
|
+
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.4...v2.0.0
|
273
|
+
[1.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v1.0.4
|
159
274
|
[1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
|
160
275
|
[1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
|
161
276
|
[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
|
-
#
|
19
|
+
# RuboCop LTS
|
20
20
|
|
21
21
|
## 🙋♀️ How often has RuboCop broken your build?
|
22
22
|
|
@@ -35,7 +35,7 @@ Projects that support a single version of Ruby (like many closed-source applicat
|
|
35
35
|
Projects that support multiple versions of Ruby simultaneously (like many open-source applications and libraries) will use the [Even releases][even-release].
|
36
36
|
|
37
37
|
<!-- FIND VERSION -->
|
38
|
-
**This README is for the odd release of `rubocop-lts` supporting Ruby
|
38
|
+
**This README is for the odd release of `rubocop-lts` supporting Ruby ~> 2.7.0.**
|
39
39
|
|
40
40
|
[odd-release]: https://github.com/rubocop-lts/rubocop-lts#odd-major-release
|
41
41
|
[even-release]: https://github.com/rubocop-lts/rubocop-lts#even-major-release
|
@@ -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
|
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
|
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
|
|
@@ -329,7 +329,7 @@ For example:
|
|
329
329
|
|
330
330
|
<!-- FIND VERSION -->
|
331
331
|
```ruby
|
332
|
-
spec.add_dependency "rubocop-lts", "~>
|
332
|
+
spec.add_dependency "rubocop-lts", "~> 18.0"
|
333
333
|
```
|
334
334
|
|
335
335
|
|
data/lib/rubocop/lts/version.rb
CHANGED
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: 17.0.
|
4
|
+
version: 17.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Boling
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-06-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop-ruby2_7
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.0.
|
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.
|
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,21 +41,18 @@ 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/v17.0.
|
53
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v17.0.
|
49
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v17.0.1
|
50
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v17.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/17.0.
|
52
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/17.0.1
|
56
53
|
wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
|
57
54
|
rubygems_mfa_required: 'true'
|
58
|
-
post_install_message:
|
55
|
+
post_install_message:
|
59
56
|
rdoc_options: []
|
60
57
|
require_paths:
|
61
58
|
- lib
|
@@ -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.
|
77
|
-
signing_key:
|
73
|
+
rubygems_version: 3.3.15
|
74
|
+
signing_key:
|
78
75
|
specification_version: 4
|
79
76
|
summary: Rubocop LTS - Semantically Versioned
|
80
|
-
test_files:
|
81
|
-
- spec/spec_helper.rb
|
82
|
-
- spec/config/rspec/rspec_core.rb
|
83
|
-
- spec/rubocop/lts_spec.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
|
data/spec/rubocop/lts_spec.rb
DELETED