simplycop 1.12.8 → 1.12.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b0fa470d026e03171b031ee2a62885a5e033d454adcdde6f4d0116b838fce7ff
4
- data.tar.gz: f30e427ffea3d9873f966f381e101de657ed840272457ae4352eeac5c2e715fa
3
+ metadata.gz: 639542534fc88093aa11007b326e40c87a765c0478430b438eeb90f402f3f3fb
4
+ data.tar.gz: 727b12e254dade36b8264d40251d54bb5d37cf453a56fcaccb0cdf1ba8ee6714
5
5
  SHA512:
6
- metadata.gz: 41ddaeaeb3dc1e0e6ba659675dba1ebd71a0c63c1d2d524bc248c390453fb9aa958f1d8c3e2356d41f2037b50099f0e6c4631a2f4fd6f620c7988940d07fa362
7
- data.tar.gz: 0e1abbea38ff633e15414907d45ad117c331837677f8795467994a44e1f89e938158ed45e2a3e1200e1e7cfe7384170780c7317ce2748a8ecc04089e99493853
6
+ metadata.gz: bb6687c67393f3ae41725286f789bd09c6aacf7b20a58478afecc011398cf2a5646493db396f508d52fea3fb45f8be14a804183a7ea19e41ff17b05bfacace3d
7
+ data.tar.gz: 669e4af898f169ff7e0f5c1b9ac054a7c609abac02f162a46809788140f8065c046fe4b3f64586d9469bb530a4f6c14228b3216924b321c9078ab62eb35b769f
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.0.5
1
+ 3.0.4
data/.simplycop.yml CHANGED
@@ -237,7 +237,7 @@ Style/ParenthesesAroundCondition:
237
237
  Enabled: true
238
238
 
239
239
  Style/RedundantArgument:
240
- Enabled: true
240
+ Enabled: false
241
241
 
242
242
  Style/RedundantAssignment:
243
243
  Enabled: true
@@ -245,6 +245,9 @@ Style/RedundantAssignment:
245
245
  Style/RedundantBegin:
246
246
  Enabled: true
247
247
 
248
+ Style/RedundantConstantBase:
249
+ Enabled: false
250
+
248
251
  Style/RedundantException:
249
252
  Enabled: true
250
253
 
@@ -267,8 +270,7 @@ Style/RedundantRegexpEscape:
267
270
  Enabled: true
268
271
 
269
272
  Style/RedundantReturn:
270
- Enabled: true
271
- Severity: warning
273
+ Enabled: false
272
274
 
273
275
  Style/RedundantSelfAssignment:
274
276
  Enabled: true
@@ -7,5 +7,5 @@
7
7
  #
8
8
 
9
9
  module Simplycop
10
- VERSION = '1.12.8'
10
+ VERSION = '1.12.10'
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.8
4
+ version: 1.12.10
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-10 00:00:00.000000000 Z
11
+ date: 2023-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop