simplycop 1.18.0 → 1.19.0

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: b5a55d7eeba4e940a3b6064ce9346706382ebbdd8b59d1acc7c248e0774e30db
4
- data.tar.gz: 52ccb3ec687248d90aa8a572b294f379cff6cefd2420a12dba0948e142ba864e
3
+ metadata.gz: 592b75c9ce80564fbf37a0ad99eb31dad5b198d5ea2fb7acd27cfdbc2177a2c5
4
+ data.tar.gz: c3f9312fef83870230c9191df6a3caf9cf3af9899f9473a210deb0bdb0398701
5
5
  SHA512:
6
- metadata.gz: 7173fd3de19a6194ff9325bf5999f460af64cbd8ab43f1c330a81a4498cd432dea4ce3a081e1b7ae8c3aa688b64cd239d2fe3b1f3a50e3cd692e5c2646680af8
7
- data.tar.gz: 28a53d13cfb8569a187b63c99630f4c26ede6205b1647408a7496411cbdb2c6ea704e34ddcf187ab5a34a0684f317b1fceddb91a1e73704144ea0c38ae09cb0a
6
+ metadata.gz: 3522981c689a9010b96f3a769216e4dc056191d5d9035dc5876f5c1dc1c538c46389d0993efdc93c5d897781421d084222dfb9bcfbd91ee0ab49d8c2bf1ddef3
7
+ data.tar.gz: 69c869e22681ffe8b006062f9ec0b0eaad477ab75b3dcbd83b0d4d96aa717c611fdee23f8a9095db0978266045d141b9b29315ce9d1bddaefc27e03b034e729b
data/.simplycop_style.yml CHANGED
@@ -678,6 +678,9 @@ Style/Semicolon:
678
678
  Style/Send:
679
679
  Enabled: false
680
680
 
681
+ Style/SendWithLiteralMethodName:
682
+ Enabled: true
683
+
681
684
  Style/SignalException:
682
685
  Enabled: true
683
686
 
@@ -740,6 +743,9 @@ Style/Strip:
740
743
  Style/StructInheritance:
741
744
  Enabled: true
742
745
 
746
+ Style/SuperArguments:
747
+ Enabled: true
748
+
743
749
  Style/SuperWithArgsParentheses:
744
750
  Enabled: true
745
751
 
@@ -7,5 +7,5 @@
7
7
  #
8
8
 
9
9
  module Simplycop
10
- VERSION = '1.18.0'
10
+ VERSION = '1.19.0'
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.18.0
4
+ version: 1.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-28 00:00:00.000000000 Z
11
+ date: 2024-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop