kalkomey-rubocop 0.0.1 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +9 -3
- 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: 7efd4c10f757579cc23db9a80489cea0fd38f906758385e1c7e0984842eabbdf
|
4
|
+
data.tar.gz: 9de2aa578135a0460f01e1163c535f1101cc772938d5e213a70f1c3a63508cf2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eed6c2f0fd73868d9c205d529b502ae2951b21b8bc2e1246b5404ee8cb15e1038408f18cb09ebce486ef16477e4f4f6afbd9f91c4276769fab7f61dd19832b94
|
7
|
+
data.tar.gz: 8c63384a965c2e902e36a40fd67b2cca64a396c4aaa5f9ca13248085731a49e991a910e707fb8bf5c75b61524056f65854ff8487a0dcdc871e402d82f579c209
|
data/.rubocop.yml
CHANGED
@@ -15,7 +15,7 @@ AllCops:
|
|
15
15
|
###############
|
16
16
|
|
17
17
|
Bundler/OrderedGems:
|
18
|
-
Enabled:
|
18
|
+
Enabled: true
|
19
19
|
|
20
20
|
###############
|
21
21
|
# Gemspec
|
@@ -83,7 +83,7 @@ Layout/EmptyLineAfterGuardClause:
|
|
83
83
|
Enabled: false
|
84
84
|
|
85
85
|
Layout/EmptyLineAfterMagicComment:
|
86
|
-
Enabled:
|
86
|
+
Enabled: true
|
87
87
|
|
88
88
|
Layout/EmptyLineBetweenDefs:
|
89
89
|
Enabled: false
|
@@ -413,6 +413,9 @@ Lint/TrailingCommaInAttributeDeclaration:
|
|
413
413
|
Lint/UnderscorePrefixedVariableName:
|
414
414
|
Enabled: false
|
415
415
|
|
416
|
+
Lint/UnexpectedBlockArity:
|
417
|
+
Enabled: false
|
418
|
+
|
416
419
|
Lint/UnifiedInteger:
|
417
420
|
Enabled: false
|
418
421
|
|
@@ -674,7 +677,7 @@ Style/FormatStringToken:
|
|
674
677
|
|
675
678
|
# Don't require the magic comment for Ruby 2.3
|
676
679
|
Style/FrozenStringLiteralComment:
|
677
|
-
Enabled:
|
680
|
+
Enabled: true
|
678
681
|
|
679
682
|
Style/GlobalStdStream:
|
680
683
|
Enabled: false
|
@@ -812,6 +815,9 @@ Style/RaiseArgs:
|
|
812
815
|
Style/RandomWithOffset:
|
813
816
|
Enabled: false
|
814
817
|
|
818
|
+
Style/RedundantArgument:
|
819
|
+
Enabled: false
|
820
|
+
|
815
821
|
Style/RedundantAssignment:
|
816
822
|
Enabled: false
|
817
823
|
|