gc_ruboconfig 4.3.0 → 4.4.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop.yml +4 -0
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4dc6b258aeee17dfc7b5059d3bc63244096d4de12829d73362c65a8d644e6476
4
- data.tar.gz: f70ddeaba146eef03f6cbd8ae1751e5ac9997114b1908333b3a62cc4203b6fc1
3
+ metadata.gz: c6a62e7255c249e3b9b485e7fe45732e6ef60ab79c515c464e5bff7db82ef51f
4
+ data.tar.gz: 1472bc36149ca35c91e42c6219afee719305e9c69443ee4a8931629f5deb1d3b
5
5
  SHA512:
6
- metadata.gz: c8d99a39497fac467f9c822c0afb38862f72859d07017da172b45cc304906896816ea846422f56db58585463ae47cd7b3af10d971173b20e29e0611be85cb385
7
- data.tar.gz: ca700f614a80efa4fe396ef6600bfb2b6763021e64d8247ad69679064dd75777e55f8e5722a0569a3dd9045c8fa133535723bce343b8a38384fcec99ab1afa99
6
+ metadata.gz: '09b3337c0cbe44d1ea79dfdb7cef236ba67fc40bd3b18094014edd01a1d0c8f694b0053fa0fe2f6e9d9b9622aaed1cd3bde087c552dc34177e8b1e665b3fd0df'
7
+ data.tar.gz: feff3fc601ead2bd0403d0f78c5fbe1d6f33af648cec0e24d406454dc71092183ddda2c2a7a2b12684ba6bd16a612e9caff5e3299d39a97f7d018f284f02032b
data/rubocop.yml CHANGED
@@ -671,3 +671,7 @@ Capybara/SpecificActions: # new in 2.14
671
671
  # Seems to be buggy, causes an infinite loop for `subjects` named `create`
672
672
  FactoryBot/ConsistentParenthesesStyle: # new in 2.14
673
673
  Enabled: false
674
+
675
+ Style/AndOr:
676
+ Enabled: true
677
+ EnforcedStyle: always
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gc_ruboconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.0
4
+ version: 4.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GoCardless
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-02 00:00:00.000000000 Z
11
+ date: 2023-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  - !ruby/object:Gem::Version
95
95
  version: '0'
96
96
  requirements: []
97
- rubygems_version: 3.3.7
97
+ rubygems_version: 3.4.10
98
98
  signing_key:
99
99
  specification_version: 4
100
100
  summary: GoCardless's shared Rubocop configuration, conforming to our house style