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 +4 -4
- data/.simplycop.yml +3 -2
- data/lib/simplycop/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0facd7d2bcddcd5b5c3eebc742085fdab9dcc24a7b7391b4c56c49249dfeff1c
|
|
4
|
+
data.tar.gz: 70e6c424775cc0b6392e014f7d4c26d84e9d98270d7e3d8cbd8e29ef69c8c4df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
#
|
|
1650
|
+
# Unsafe autocorrect and many fails on multiple repos
|
|
1650
1651
|
Style/StaticClass:
|
|
1651
|
-
Enabled:
|
|
1652
|
+
Enabled: false
|
|
1652
1653
|
|
|
1653
1654
|
# TODO: Small number of autocorrects in Chopin
|
|
1654
1655
|
Style/StderrPuts:
|
data/lib/simplycop/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2023-09-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|