kalkomey-rubocop 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +6 -0
- 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: 7a4bfc30360b83a6f8c34928f61ec8babe86cf99fe66251fa1d3e491edfe963c
|
4
|
+
data.tar.gz: 4d5ae2d25564c941424945c3d69d1940d1da452bfbb794bf71b87626be8bbaf0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c90445f6bfa29a0b6f016006fa37b42010e5887840c634e57113d7f66309676846683f19a1c5eda6a0cb82cbe8629282f0105e4df83d85e763143c624b61f50
|
7
|
+
data.tar.gz: e82b976dfcbe102a15aebc6d0ff972337fc7ccd2742a4b44aae82ca5d762567ba671bb4759a13bedbab2ea40d4074f588fc12d9faf344a8a5d1bd363f345b26f
|
data/.rubocop.yml
CHANGED
@@ -413,6 +413,9 @@ Lint/TrailingCommaInAttributeDeclaration:
|
|
413
413
|
Lint/UnderscorePrefixedVariableName:
|
414
414
|
Enabled: false
|
415
415
|
|
416
|
+
Lint/UnexpectedBlockArity:
|
417
|
+
Enabled: true
|
418
|
+
|
416
419
|
Lint/UnifiedInteger:
|
417
420
|
Enabled: false
|
418
421
|
|
@@ -812,6 +815,9 @@ Style/RaiseArgs:
|
|
812
815
|
Style/RandomWithOffset:
|
813
816
|
Enabled: false
|
814
817
|
|
818
|
+
Style/RedundantArgument:
|
819
|
+
Enabled: true
|
820
|
+
|
815
821
|
Style/RedundantAssignment:
|
816
822
|
Enabled: false
|
817
823
|
|