ws-style 6.1.1 → 6.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/core.yml +0 -96
- data/lib/ws/style/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04c36fcc000cf48774650d6edbf34c51959aa7d7f50cfe1e87892a4f88d49e94
|
4
|
+
data.tar.gz: 6e85312d35bafe7122ec4223791b1f5338fcd87b9f89d0285b039f465a0212ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b84cc475ff90a16efab3f4a2f4829e1e8e3137d245675f6e8d88e1f16bd15876afcab7bff4fdfbb3a97090ae6a7be4abb6509d814c242d2c488db99c9c69e16
|
7
|
+
data.tar.gz: c8c2be2e97a14b0196ad7a73e8c4f0cd287a1c3202dde0a06771a4c91f79354ca889a85bac26a26bb73c9be9ba165bf56910116d342fa2b443fb618cf0654933
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
6
6
|
|
7
|
+
## 6.2.0 - 2020-09-04
|
8
|
+
- Disable Cops enabled in 6.1.0 until we can confirm we want them
|
9
|
+
|
7
10
|
## 6.1.1 - 2020-09-04
|
8
11
|
- Disable RSpec/MultipleMemoizedHelpers cop
|
9
12
|
|
data/core.yml
CHANGED
@@ -218,99 +218,3 @@ Style/RedundantRegexpEscape:
|
|
218
218
|
Style/RedundantFetchBlock:
|
219
219
|
Enabled: True
|
220
220
|
|
221
|
-
# 0.87
|
222
|
-
Style/AccessorGrouping:
|
223
|
-
Enabled: True
|
224
|
-
|
225
|
-
Style/BisectedAttrAccessor:
|
226
|
-
Enabled: True
|
227
|
-
|
228
|
-
Style/RedundantAssignment:
|
229
|
-
Enabled: True
|
230
|
-
|
231
|
-
# 0.88
|
232
|
-
Lint/DuplicateElsifCondition:
|
233
|
-
Enabled: True
|
234
|
-
|
235
|
-
Style/ArrayCoercion:
|
236
|
-
Enabled: True
|
237
|
-
|
238
|
-
Style/CaseLikeIf:
|
239
|
-
Enabled: True
|
240
|
-
|
241
|
-
Style/HashAsLastArrayItem:
|
242
|
-
Enabled: True
|
243
|
-
|
244
|
-
Style/HashLikeCase:
|
245
|
-
Enabled: True
|
246
|
-
|
247
|
-
Style/RedundantFileExtensionInRequire:
|
248
|
-
Enabled: True
|
249
|
-
|
250
|
-
# 0.89
|
251
|
-
Lint/BinaryOperatorWithIdenticalOperands:
|
252
|
-
Enabled: True
|
253
|
-
|
254
|
-
Lint/DuplicateRescueException:
|
255
|
-
Enabled: True
|
256
|
-
|
257
|
-
Lint/EmptyConditionalBody:
|
258
|
-
Enabled: True
|
259
|
-
|
260
|
-
Lint/FloatComparison:
|
261
|
-
Enabled: True
|
262
|
-
|
263
|
-
Lint/MissingSuper:
|
264
|
-
Enabled: True
|
265
|
-
|
266
|
-
Lint/OutOfRangeRegexpRef:
|
267
|
-
Enabled: True
|
268
|
-
|
269
|
-
Lint/SelfAssignment:
|
270
|
-
Enabled: True
|
271
|
-
|
272
|
-
Lint/TopLevelReturnWithArgument:
|
273
|
-
Enabled: True
|
274
|
-
|
275
|
-
Lint/UnreachableLoop:
|
276
|
-
Enabled: True
|
277
|
-
|
278
|
-
Style/ExplicitBlockArgument:
|
279
|
-
Enabled: True
|
280
|
-
|
281
|
-
Style/GlobalStdStream:
|
282
|
-
Enabled: True
|
283
|
-
|
284
|
-
Style/OptionalBooleanParameter:
|
285
|
-
Enabled: True
|
286
|
-
|
287
|
-
Style/SingleArgumentDig:
|
288
|
-
Enabled: True
|
289
|
-
|
290
|
-
Style/StringConcatenation:
|
291
|
-
Enabled: True
|
292
|
-
|
293
|
-
# rubocop-performance 1.7
|
294
|
-
Performance/AncestorsInclude:
|
295
|
-
Enabled: True
|
296
|
-
|
297
|
-
Performance/BigDecimalWithNumericArgument:
|
298
|
-
Enabled: True
|
299
|
-
|
300
|
-
Performance/RedundantSortBlock:
|
301
|
-
Enabled: True
|
302
|
-
|
303
|
-
Performance/RedundantStringChars:
|
304
|
-
Enabled: True
|
305
|
-
|
306
|
-
Performance/ReverseFirst:
|
307
|
-
Enabled: True
|
308
|
-
|
309
|
-
Performance/SortReverse:
|
310
|
-
Enabled: True
|
311
|
-
|
312
|
-
Performance/Squeeze:
|
313
|
-
Enabled: True
|
314
|
-
|
315
|
-
Performance/StringInclude:
|
316
|
-
Enabled: True
|
data/lib/ws/style/version.rb
CHANGED