simplycop 1.13.7 → 1.13.8

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: 59299bcff5ac3dc3bce977f8598b1047758e9855e0ff4711146fd8dae34aea30
4
- data.tar.gz: 52479c389a07be9a3220bfd1b2998cec80ec3e85eaa72de6431963a98bca4c93
3
+ metadata.gz: 0facd7d2bcddcd5b5c3eebc742085fdab9dcc24a7b7391b4c56c49249dfeff1c
4
+ data.tar.gz: 70e6c424775cc0b6392e014f7d4c26d84e9d98270d7e3d8cbd8e29ef69c8c4df
5
5
  SHA512:
6
- metadata.gz: '0678d3c35c18122ebc10eea15c510bcd6bb764eb8158b7e0860808a5c707fb453fcaad2f85400a3d820ce12a19d60ccc8cb56a17c5b51cbec0cb9a1adbb9b971'
7
- data.tar.gz: 8c98023d68a76ca757d91ab25fe3b41ff64524ae451e038a589df940c7563344a674241d81d0e2e89e1fc692cf278105827017d8b55da1c1a7d5bebaaff21293
6
+ metadata.gz: 1f492031b5782fe7a47df5bdaf9a11627967f7c160b9975c5a9a860f819ca5fa5e0635c8e6af4d685f1041a106c97708af07ef009b30ebe7e9eddc2304fa7313
7
+ data.tar.gz: 4806385cd4bb91da09a4538fbbedc200b35ef76d0b9367dcf74d861c21e76a868d2eaf353ffd6255adf237664ae2780d8f96924b9b6a7dc791bc71e4bf6ab65f
data/.simplycop.yml CHANGED
@@ -887,6 +887,7 @@ Naming/MethodParameterName:
887
887
  AllowedNames:
888
888
  - as
889
889
  - ex
890
+ - id
890
891
  - n
891
892
  - to
892
893
 
@@ -1646,9 +1647,9 @@ Style/SpecialGlobalVars:
1646
1647
  Style/StabbyLambdaParentheses:
1647
1648
  Enabled: true
1648
1649
 
1649
- # Will require Chopin override
1650
+ # Unsafe autocorrect and many fails on multiple repos
1650
1651
  Style/StaticClass:
1651
- Enabled: true
1652
+ Enabled: false
1652
1653
 
1653
1654
  # TODO: Small number of autocorrects in Chopin
1654
1655
  Style/StderrPuts:
@@ -7,5 +7,5 @@
7
7
  #
8
8
 
9
9
  module Simplycop
10
- VERSION = '1.13.7'
10
+ VERSION = '1.13.8'
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.13.7
4
+ version: 1.13.8
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-09-04 00:00:00.000000000 Z
11
+ date: 2023-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop