simplycop 2.21.0 → 2.22.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: ba502fad34635a0c5b55f197ca7086705e081137223b5da106a2a7fce220bea1
4
- data.tar.gz: 26b88acbb442ebd8d3f9836f3ec032487abc80494e8f2f26dca730d39cc39d7f
3
+ metadata.gz: 1f0c8db771440d3f4a712243e92b70e3c75e2b2d5a7fd17b062d571293a928a6
4
+ data.tar.gz: 1641457bc4c51b107a9f50ba2dcbe9c609f492e933d48eb1b3c2a28170a74e24
5
5
  SHA512:
6
- metadata.gz: 13a9345653d9954019dfe545fcfa9c1ceb73e55c2e68964bbd437aebd1d44b41d1f6f1eb17d02e309111e82a24d2f9bf4af86c2be9c71c1e9f6331f1b166e566
7
- data.tar.gz: 2557071ba0f10cbdcb9782273e2fd5711a70ccd49d3eb9851eaf0ba8ea5de86281a13cef5bc50457855c7333b8fba5f874416662ff60be566eb1212dbb2109fa
6
+ metadata.gz: 6ccd2546e974a11452b2782497e2271bea2bfd7437819acb22852dccd10c6ea27eec9e5fc458c332f6558857b0beba52055c8786f41d99b355ffec48313a17b5
7
+ data.tar.gz: 77e2084a5b25fabbcacc8637487f8801a744a241d1c553d57638a19ed529309dd19a49a08998ef6efb541f5b84aaa174e761c2bdadfdb9fc302dd96eb0778d82
@@ -27,9 +27,3 @@ CustomCops/MethodMissing:
27
27
  Details: >-
28
28
  Decision 001 : Avoid metaprogamming, where feasible
29
29
  `https://backstage.simplybusiness.io/docs/default/component/chopin/decision-records/001-metaprogramming/001-metaprogramming/`
30
-
31
- Style/Send:
32
- Enabled: true
33
- Details: >-
34
- Decision 001 : Avoid metaprogamming, where feasible
35
- `https://backstage.simplybusiness.io/docs/default/component/chopin/decision-records/001-metaprogramming/001-metaprogramming/`
data/.simplycop_style.yml CHANGED
@@ -734,9 +734,8 @@ Style/SelfAssignment:
734
734
  Style/Semicolon:
735
735
  Enabled: true
736
736
 
737
- # Style/Send is configured in .simplycop_metaprogramming.yml instead
738
- # since it's primarily a metaprogramming concern (discouraging use of `send` method)
739
- # If .simplycop_metaprogramming.yml is not present, Style/Send is disabled by default
737
+ Style/Send:
738
+ Enabled: false
740
739
 
741
740
  Style/SendWithLiteralMethodName:
742
741
  Enabled: true
data/catalog-info.yaml CHANGED
@@ -10,7 +10,7 @@ metadata:
10
10
  simplybusiness.com/bnw-app-name: simplycop
11
11
  simplybusiness.com/sast-scanning: enabled
12
12
  rubygems.org/name: simplycop
13
- rubygems.org/current-version: 2.21.0
13
+ rubygems.org/current-version: 2.22.0
14
14
  spec:
15
15
  type: library
16
16
  lifecycle: production
@@ -7,5 +7,5 @@
7
7
  #
8
8
 
9
9
  module Simplycop
10
- VERSION = '2.21.0'
10
+ VERSION = '2.22.0'
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplycop
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.21.0
4
+ version: 2.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business