simplycop 1.12.8 → 1.12.9
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 +5 -3
- data/lib/simplycop/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3eb894809e4a9696a12622d38d6c8a05a97f297e762daecebdea9b3a3e7c4a06
|
|
4
|
+
data.tar.gz: fff9391d2422ee68da77bf67ea62a3fd06cda7a40ee7490e46a2e15f217e8e5e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f15d9ed5caf60074f79eca9d2a269ede47b3165443d71ac71adb8c3534c31e10f233d857d61255a3973782074cd44088205c0c0a7eb0eb6be0c423ca5c424728
|
|
7
|
+
data.tar.gz: 6a6ad0a175fe938302f99be2899590f54c2f6896f2c7dbf72fe03667c9a7890fa773c4d2bb59e681e2bd213c57806fc5cba2d35997e14023accd13296a480ee6
|
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