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 +4 -4
- data/.ruby-version +1 -1
- data/.simplycop.yml +5 -3
- 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: 639542534fc88093aa11007b326e40c87a765c0478430b438eeb90f402f3f3fb
|
4
|
+
data.tar.gz: 727b12e254dade36b8264d40251d54bb5d37cf453a56fcaccb0cdf1ba8ee6714
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb6687c67393f3ae41725286f789bd09c6aacf7b20a58478afecc011398cf2a5646493db396f508d52fea3fb45f8be14a804183a7ea19e41ff17b05bfacace3d
|
7
|
+
data.tar.gz: 669e4af898f169ff7e0f5c1b9ac054a7c609abac02f162a46809788140f8065c046fe4b3f64586d9469bb530a4f6c14228b3216924b321c9078ab62eb35b769f
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
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:
|
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:
|
271
|
-
Severity: warning
|
273
|
+
Enabled: false
|
272
274
|
|
273
275
|
Style/RedundantSelfAssignment:
|
274
276
|
Enabled: true
|
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.12.
|
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-
|
11
|
+
date: 2023-02-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|