simplycop 1.12.10 → 1.12.11

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: 639542534fc88093aa11007b326e40c87a765c0478430b438eeb90f402f3f3fb
4
- data.tar.gz: 727b12e254dade36b8264d40251d54bb5d37cf453a56fcaccb0cdf1ba8ee6714
3
+ metadata.gz: b4f0037507c93720c3290f662ab00d85da6853f1e04a56f536181c52f1de11aa
4
+ data.tar.gz: 9e7e65ffa5ca97f135691c74f913c919ffe5ea885185b8b5d233778479fde7f0
5
5
  SHA512:
6
- metadata.gz: bb6687c67393f3ae41725286f789bd09c6aacf7b20a58478afecc011398cf2a5646493db396f508d52fea3fb45f8be14a804183a7ea19e41ff17b05bfacace3d
7
- data.tar.gz: 669e4af898f169ff7e0f5c1b9ac054a7c609abac02f162a46809788140f8065c046fe4b3f64586d9469bb530a4f6c14228b3216924b321c9078ab62eb35b769f
6
+ metadata.gz: f2f404919d9cd8bd20099854b4164676e48d20c6142b091b71ac864db6bee65d405f6f39a08977292cbb9703ddafc26e8fa28e10667a5b4869aab9cdb54f9695
7
+ data.tar.gz: 35333a7faa3778d97c3f5c21450107c6206905dee3b35512ff35cf505db11827ceed1f4aa5d0bb26773dfdd9c53f7ee52d95c45bbfa37db6150fed153a142b06
data/.simplycop.yml CHANGED
@@ -270,7 +270,8 @@ Style/RedundantRegexpEscape:
270
270
  Enabled: true
271
271
 
272
272
  Style/RedundantReturn:
273
- Enabled: false
273
+ Enabled: true
274
+ Severity: warning
274
275
 
275
276
  Style/RedundantSelfAssignment:
276
277
  Enabled: true
@@ -7,5 +7,5 @@
7
7
  #
8
8
 
9
9
  module Simplycop
10
- VERSION = '1.12.10'
10
+ VERSION = '1.12.11'
11
11
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplycop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.10
4
+ version: 1.12.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-13 00:00:00.000000000 Z
11
+ date: 2023-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop