rubocop-lts 20.0.1 → 20.2.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
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +18 -290
- data/CONTRIBUTING.md +25 -11
- data/README.md +105 -310
- data/SECURITY.md +31 -24
- data/config/rails.yml +2 -0
- data/config/rails_rspec.yml +2 -0
- data/config/rspec.yml +2 -0
- data/config/ruby.yml +2 -0
- data/config/ruby_rspec.yml +2 -0
- data/config/rubygem.yml +2 -0
- data/config/rubygem_rspec.yml +2 -0
- data/lib/rubocop/lts/version.rb +3 -1
- data/lib/rubocop/lts.rb +7 -0
- data/rubocop-lts.yml +15 -2
- data/sig/rubocop/lts.rbs +4 -2
- data.tar.gz.sig +0 -0
- metadata +107 -20
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 22c769662b73a9596aed463b80cd94ddea5d05a11c93d84a8d06c7a6c5ede3a2
|
4
|
+
data.tar.gz: 0b6b5ab572e8c5ac1439222e1be9d5938c3826b56d80fa1666891eabc015d4d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a4328d1e6dabe3b1b93ea3fcd0796fae768210673bccb29036e20de6ee7d1ef062e562ce97de887b35b5ee5b24c7d9abed1e4153bbd18ca20076079566b3acc
|
7
|
+
data.tar.gz: e4545566ffa26f21c2b0870b729deb0d32e0cdca6296dac610c85204b3db9ab17bc7d5fe15b3e7615c0850af76cfcf473d32e01852c3827d35753a713330f583
|
checksums.yaml.gz.sig
ADDED
Binary file
|
data/CHANGELOG.md
CHANGED
@@ -6,312 +6,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
### Added
|
9
|
-
|
10
9
|
### Changed
|
11
|
-
|
12
10
|
### Fixed
|
13
|
-
|
14
11
|
### Removed
|
15
12
|
|
16
|
-
## [20.0
|
17
|
-
### Added
|
18
|
-
- Improve, and dry up documentation
|
13
|
+
## [20.2.0] - 2023-05-22
|
19
14
|
### Changed
|
20
|
-
- Bumped dependency rubocop-
|
21
|
-
### Fixed
|
22
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
15
|
+
- Bumped dependency rubocop-ruby3_0 to ~> 2.0.4
|
23
16
|
|
24
|
-
## [20.
|
17
|
+
## [20.1.0] - 2023-03-17
|
25
18
|
### Added
|
26
|
-
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
- Improve, and dry up documentation
|
19
|
+
- Certificate for signing gem releases
|
20
|
+
- Gemspec metadata
|
21
|
+
- funding_uri
|
22
|
+
- SHA256 and SHA512 Checksums for release
|
31
23
|
### Changed
|
32
|
-
- Bumped dependency rubocop-ruby3_0 to ~> 1.
|
24
|
+
- Bumped dependency rubocop-ruby3_0 to ~> 1.1.2
|
25
|
+
- Allows rubocop ~> 1.48.1
|
26
|
+
- Compatible with rubocop-packaging ~> 0.5.2
|
27
|
+
- Gem releases are now cryptographically signed
|
33
28
|
|
34
|
-
## [
|
35
|
-
### Added
|
36
|
-
- Initial odd release supporting Ruby ~> 3.0
|
37
|
-
|
38
|
-
## [18.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
|
-
### Fixed
|
44
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
45
|
-
|
46
|
-
## [18.0.0] - 2022-05-23
|
47
|
-
### Added
|
48
|
-
- Initial even release supporting Ruby >= 2.7
|
49
|
-
|
50
|
-
## [17.0.1] - 2022-06-09
|
29
|
+
## [20.0.1] - 2022-06-09
|
51
30
|
### Added
|
52
31
|
- Improve, and dry up documentation
|
53
32
|
### Changed
|
54
33
|
- Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
|
55
|
-
|
56
|
-
## [17.0.0] - 2022-05-23
|
57
|
-
### Added
|
58
|
-
- Initial odd release supporting Ruby ~> 2.7
|
59
|
-
|
60
|
-
## [16.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
|
-
### Fixed
|
66
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
67
|
-
|
68
|
-
## [16.0.0] - 2022-05-23
|
69
|
-
### Added
|
70
|
-
- Initial even release supporting Ruby >= 2.6
|
71
|
-
|
72
|
-
## [15.0.1] - 2022-06-09
|
73
|
-
### Added
|
74
|
-
- Improve, and dry up documentation
|
75
|
-
### Changed
|
76
|
-
- Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
|
77
|
-
|
78
|
-
## [15.0.0] - 2022-05-23
|
79
|
-
### Added
|
80
|
-
- Initial odd release supporting Ruby ~> 2.6
|
81
|
-
|
82
|
-
## [14.0.1] - 2022-06-09
|
83
|
-
### Added
|
84
|
-
- Improve, and dry up documentation
|
85
34
|
### Fixed
|
86
35
|
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
87
36
|
|
88
|
-
## [
|
89
|
-
### Added
|
90
|
-
- Initial even release supporting Ruby >= 2.5
|
91
|
-
|
92
|
-
## [13.0.1] - 2022-06-09
|
93
|
-
### Added
|
94
|
-
- Improve, and dry up documentation
|
95
|
-
|
96
|
-
## [13.0.0] - 2022-05-23
|
97
|
-
### Added
|
98
|
-
- Initial odd release supporting Ruby ~> 2.5
|
99
|
-
|
100
|
-
## [12.0.1] - 2022-06-09
|
101
|
-
### Added
|
102
|
-
- Improve, and dry up documentation
|
103
|
-
### Fixed
|
104
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
105
|
-
|
106
|
-
## [12.0.0] - 2022-05-23
|
107
|
-
### Added
|
108
|
-
- Initial even release supporting Ruby >= 2.4
|
109
|
-
|
110
|
-
## [11.0.2] - 2022-06-09
|
111
|
-
### Added
|
112
|
-
- Improve, and dry up documentation
|
113
|
-
|
114
|
-
## 11.0.1 - 2022-06-09 (YANKED)
|
115
|
-
- accidentally removed required_ruby_version from gemspec
|
116
|
-
|
117
|
-
## [11.0.0] - 2022-05-23
|
118
|
-
### Added
|
119
|
-
- Initial odd release supporting Ruby ~> 2.4
|
120
|
-
|
121
|
-
## [10.0.1] - 2022-06-09
|
122
|
-
### Added
|
123
|
-
- Improve, and dry up documentation
|
124
|
-
### Fixed
|
125
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
126
|
-
|
127
|
-
## [10.0.0] - 2022-05-23
|
128
|
-
### Added
|
129
|
-
- Initial even release supporting Ruby >= 2.3
|
130
|
-
|
131
|
-
## [9.0.1] - 2022-06-09
|
132
|
-
### Added
|
133
|
-
- Improve, and dry up documentation
|
134
|
-
|
135
|
-
## [9.0.0] - 2022-05-23
|
136
|
-
### Added
|
137
|
-
- Initial odd release supporting Ruby ~> 2.3
|
138
|
-
|
139
|
-
## [8.0.2] - 2022-06-09
|
140
|
-
### Fixed
|
141
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
142
|
-
|
143
|
-
## [8.0.1] - 2022-06-09
|
144
|
-
### Added
|
145
|
-
- Improve, and dry up documentation
|
146
|
-
|
147
|
-
## [8.0.0] - 2022-05-23
|
148
|
-
### Added
|
149
|
-
- Initial even release supporting Ruby >= 2.2
|
150
|
-
|
151
|
-
## [7.0.1] - 2022-06-08
|
152
|
-
### Added
|
153
|
-
- Improve, and dry up documentation
|
154
|
-
|
155
|
-
## [7.0.0] - 2022-05-23
|
156
|
-
### Added
|
157
|
-
- Initial odd release supporting Ruby ~> 2.2
|
158
|
-
|
159
|
-
## [6.0.1] - 2022-06-08
|
160
|
-
### Added
|
161
|
-
- Improve, and dry up documentation
|
162
|
-
### Fixed
|
163
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
164
|
-
|
165
|
-
## [6.0.0] - 2022-05-23
|
166
|
-
### Added
|
167
|
-
- Initial even release supporting Ruby >= 2.1
|
168
|
-
|
169
|
-
## [5.0.2] - 2022-06-08
|
170
|
-
### Added
|
171
|
-
- Improve, and dry up documentation
|
172
|
-
|
173
|
-
## [5.0.1] - 2022-05-23
|
174
|
-
### Fixed
|
175
|
-
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
176
|
-
|
177
|
-
## [5.0.0] - 2022-05-23
|
178
|
-
### Added
|
179
|
-
- Initial odd release supporting Ruby ~> 2.1
|
180
|
-
|
181
|
-
## [4.0.3] - 2022-06-08
|
182
|
-
### Fixed
|
183
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
184
|
-
|
185
|
-
## [4.0.2] - 2022-05-23
|
186
|
-
### Fixed
|
187
|
-
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
188
|
-
|
189
|
-
## [4.0.1] - 2022-05-23
|
190
|
-
### Fixed
|
191
|
-
- Ship rubocop config files in gem
|
192
|
-
- rubocop-lts.yml
|
193
|
-
|
194
|
-
## [4.0.0] - 2022-05-22
|
195
|
-
### Added
|
196
|
-
- Initial even release supporting Ruby >= 2.0
|
197
|
-
|
198
|
-
## [3.0.3] - 2022-06-08
|
199
|
-
### Added
|
200
|
-
- Improve, and dry up documentation
|
201
|
-
|
202
|
-
## [3.0.2] - 2022-05-23
|
203
|
-
### Fixed
|
204
|
-
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
205
|
-
|
206
|
-
## [3.0.1] - 2022-05-23
|
207
|
-
### Fixed
|
208
|
-
- Ship rubocop config files in gem
|
209
|
-
- rubocop-lts.yml
|
210
|
-
|
211
|
-
## [3.0.0] - 2022-05-22
|
212
|
-
### Added
|
213
|
-
- Initial odd release supporting Ruby ~> 2.0
|
214
|
-
|
215
|
-
## [2.0.5] - 2022-06-08
|
216
|
-
### Added
|
217
|
-
- Improve, and dry up documentation
|
218
|
-
|
219
|
-
## [2.0.4] - 2022-06-08
|
220
|
-
### Fixed
|
221
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
222
|
-
|
223
|
-
## [2.0.3] - 2022-05-23
|
224
|
-
### Fixed
|
225
|
-
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
226
|
-
|
227
|
-
## [2.0.2] - 2022-05-23
|
228
|
-
### Fixed
|
229
|
-
- Ship rubocop config files in gem
|
230
|
-
- rubocop-lts.yml
|
231
|
-
- rubocop-lts1_8.yml
|
232
|
-
|
233
|
-
## [2.0.1] - 2022-05-22
|
234
|
-
### Fixed
|
235
|
-
- Documentation typos & gemspec URLs
|
236
|
-
|
237
|
-
## [2.0.0] - 2022-05-22
|
238
|
-
### Added
|
239
|
-
- Initial even release supporting Ruby >= 1.9
|
240
|
-
|
241
|
-
## [1.0.4] - 2022-06-08
|
242
|
-
### Added
|
243
|
-
- Security Policy @ SECURITY.md
|
244
|
-
- Improve, and dry up documentation
|
245
|
-
|
246
|
-
## [1.0.3] - 2022-05-23
|
247
|
-
### Fixed
|
248
|
-
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
249
|
-
|
250
|
-
## [1.0.2] - 2022-05-23
|
251
|
-
### Fixed
|
252
|
-
- Ship rubocop config files in gem
|
253
|
-
- rubocop-lts.yml
|
254
|
-
- rubocop-lts1_8.yml
|
255
|
-
|
256
|
-
## [1.0.1] - 2022-05-22
|
257
|
-
### Fixed
|
258
|
-
- Documentation typos & gemspec URLs
|
259
|
-
|
260
|
-
## [1.0.0] - 2022-05-22
|
37
|
+
## [20.0.0] - 2022-05-23
|
261
38
|
### Added
|
262
|
-
- Initial
|
39
|
+
- Initial even release supporting Ruby >= 3.0
|
263
40
|
|
264
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0
|
41
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.2.0...HEAD
|
42
|
+
[20.2.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.1.0...v20.2.0
|
43
|
+
[20.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0.1...v20.1.0
|
265
44
|
[20.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0.0...v20.0.1
|
266
|
-
[20.0.0]: https://
|
267
|
-
[19.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.0...v19.0.1
|
268
|
-
[19.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.1...v19.0.0
|
269
|
-
[18.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...v18.0.1
|
270
|
-
[18.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.1...v18.0.0
|
271
|
-
[17.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...v17.0.1
|
272
|
-
[17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.1...v17.0.0
|
273
|
-
[16.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v16.0.1
|
274
|
-
[16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.1...v16.0.0
|
275
|
-
[15.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v15.0.1
|
276
|
-
[15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.1...v15.0.0
|
277
|
-
[14.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v14.0.1
|
278
|
-
[14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.1...v14.0.0
|
279
|
-
[13.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v13.0.1
|
280
|
-
[13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.1...v13.0.0
|
281
|
-
[12.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v12.0.1
|
282
|
-
[12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.2...v12.0.0
|
283
|
-
[11.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v11.0.2
|
284
|
-
[11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.1...v11.0.0
|
285
|
-
[10.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v10.0.1
|
286
|
-
[10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.1...v10.0.0
|
287
|
-
[9.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v9.0.1
|
288
|
-
[9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v9.0.0
|
289
|
-
[8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
|
290
|
-
[8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
|
291
|
-
[8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.1...v8.0.0
|
292
|
-
[7.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v7.0.1
|
293
|
-
[7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v7.0.0
|
294
|
-
[6.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v6.0.1
|
295
|
-
[6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.2...v6.0.0
|
296
|
-
[5.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v5.0.2
|
297
|
-
[5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
|
298
|
-
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.3...v5.0.0
|
299
|
-
[4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
|
300
|
-
[4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
|
301
|
-
[4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
|
302
|
-
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.3...v4.0.0
|
303
|
-
[3.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v3.0.3
|
304
|
-
[3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
|
305
|
-
[3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
|
306
|
-
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.5...v3.0.0
|
307
|
-
[2.0.5]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.4...v2.0.5
|
308
|
-
[2.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v2.0.4
|
309
|
-
[2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
|
310
|
-
[2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
|
311
|
-
[2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
|
312
|
-
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.4...v2.0.0
|
313
|
-
[1.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v1.0.4
|
314
|
-
[1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
|
315
|
-
[1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
|
316
|
-
[1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
|
317
|
-
[1.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/f0fcf8e7dbb4d884a01c7191e7f26ef8bf3b22af...v1.0.0
|
45
|
+
[20.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v20.0.0
|
data/CONTRIBUTING.md
CHANGED
@@ -1,25 +1,39 @@
|
|
1
1
|
## Contributing
|
2
2
|
|
3
|
-
Bug reports and pull requests are welcome on
|
3
|
+
Bug reports and pull requests are welcome on GitLab at [https://gitlab.com/rubocop-lts/rubocop-lts][🚎src-main]
|
4
4
|
. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to
|
5
5
|
the [code of conduct][conduct].
|
6
6
|
|
7
|
-
To submit a patch, please fork the project and create a patch with tests. Once you're happy with it send a pull request
|
7
|
+
To submit a patch, please fork the project and create a patch with tests. Once you're happy with it send a pull request
|
8
|
+
and post a message to the [gitter chat][🏘chat].
|
8
9
|
|
9
|
-
##
|
10
|
-
|
11
|
-
[][contributors]
|
10
|
+
## Release
|
12
11
|
|
13
|
-
|
12
|
+
To release a new version:
|
14
13
|
|
15
|
-
|
14
|
+
1. Run `bin/setup && bin/rake` as a tests, coverage, & linting sanity check.
|
15
|
+
2. update the version number in `version.rb`
|
16
|
+
3. Run `bin/setup && bin/rake` again as a secondary check, and to update `Gemfile.lock`.
|
17
|
+
4. run `bundle exec rake build:checksum`
|
18
|
+
5. move the built gem to project root
|
19
|
+
6. run `bin/checksum` to create the missing SHA256 checksum
|
20
|
+
7. move the built gem back to `pkg/`
|
21
|
+
8. commit the changes
|
22
|
+
9. run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org][rubygems].
|
16
23
|
|
17
|
-
|
24
|
+
NOTE: You will need to have a public key in `certs/`, and list your cert in the
|
25
|
+
`gemspec`, in order to sign the new release.
|
26
|
+
See: [RubyGems Security Guide][rubygems-security-guide]
|
18
27
|
|
19
|
-
|
28
|
+
## Contributors
|
20
29
|
|
21
|
-
|
30
|
+
See: [https://gitlab.com/rubocop-lts/rubocop-lts/-/graphs/main][🖐contributors]
|
22
31
|
|
23
32
|
[comment]: <> (Following links are used by README, CONTRIBUTING, Homepage)
|
24
33
|
|
25
|
-
[
|
34
|
+
[🤝conduct]: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/main/CODE_OF_CONDUCT.md
|
35
|
+
[🖐contributors]: https://gitlab.com/rubocop-lts/rubocop-lts/-/graphs/main
|
36
|
+
[🚎src-main]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/main
|
37
|
+
[🏘chat]: https://gitter.im/rubocop-lts/community
|
38
|
+
[rubygems-security-guide]: https://guides.rubygems.org/security/#building-gems
|
39
|
+
[rubygems]: https://rubygems.org
|