cobalt-rubocop 0.8.0 → 0.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f955214d88040daefc26b164e30fefc1486c22b626a1fecb168697fd8505904
4
- data.tar.gz: 471c0a11abef550355e05c92de25a44535f4d689f0e6f20504dbc26759585555
3
+ metadata.gz: 6e362d3b2d73010a79138252128e40a847240a636e0bf47b66420ff8e3fadece
4
+ data.tar.gz: c3e8d123ceb792de6b5f47838b9fcc119641875f9621cd5c495c64d06ba8f493
5
5
  SHA512:
6
- metadata.gz: 86685342aedcab6907d396c35e7d1b25aea1459d4c3a2141390cc1f267cb6a92d92298487ae5c9e717e6db3f0be7c94278677c458bb3fccaad6ce7e4bf8850ac
7
- data.tar.gz: 063dfe4eafe6a339aa1b3ae4897554d2d3ffdbb374fd5df9c6876e61d253cebc9f7e845fc81df908be12c4091a0287b99259e035be76ff5034092c1f3ca2181d
6
+ metadata.gz: 62efc720640cc2f3e29504ecc0fd81eb01ace1b820d3532c336b04cd99361625a9b97bdebb45f00dea9adc9761c89f03b8d3dd6a9515fdfa7b6b9148c45a67dc
7
+ data.tar.gz: ae22d0536f332f7bc4dd3a8a915424da94b215963e5c390c26570a55be26d2707f1883bc363d9e2ce7c7b3b87f40a93eb3233d8a2e14b72c695e339620063526
data/CHANGELOG.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # CHANGELOG
2
2
  ## main (unreleased)
3
3
 
4
+ ## 0.9.0 (2023-04-20)
5
+ * Allow either hash syntax (legacy vs 3.1) as long as the use is consistent.
6
+
4
7
  ## 0.8.0 (2023-04-04)
5
8
  * Relax dependency versions
6
9
 
data/config/default.yml CHANGED
@@ -41,23 +41,26 @@ Metrics/MethodLength:
41
41
  Metrics/AbcSize:
42
42
  Enabled: false
43
43
 
44
+ Style/ClassAndModuleChildren:
45
+ EnforcedStyle: nested
46
+
44
47
  Style/Documentation:
45
48
  Enabled: false
46
49
 
47
50
  Style/EachWithObject:
48
51
  Enabled: false
49
52
 
50
- Style/MutableConstant:
51
- Enabled: false
52
-
53
53
  Style/GuardClause:
54
54
  Enabled: false
55
55
 
56
+ Style/HashSyntax:
57
+ EnforcedShorthandSyntax: consistent
58
+
56
59
  Style/IfUnlessModifier:
57
60
  Enabled: false
58
61
 
59
- Style/ClassAndModuleChildren:
60
- EnforcedStyle: nested
61
-
62
62
  Cobalt/InsecureHashAlgorithm:
63
63
  Enabled: true
64
+
65
+ Style/MutableConstant:
66
+ Enabled: false
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Cobalt
5
- VERSION = '0.8.0'
5
+ VERSION = '0.9.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cobalt-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cobalt Engineering
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-05 00:00:00.000000000 Z
11
+ date: 2023-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop