degica-style 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/default.yml +42 -0
- data/lib/degica/style/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1b3324bfc42c1c11b167b46c64a1827ec08cdf1
|
4
|
+
data.tar.gz: c8fcc7cda3f525850c96ea95c290ed8908e0605a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31a8418de937bc0f424c998ba5db43697a5574ab2d2a79a0fc2a6a82d2697a6101e8960d711126132651451b6a59626e39e503337de12419868c56bca20e7bde
|
7
|
+
data.tar.gz: bb3f5c2d15a78ea64d5fdf76ca605603d9f3f4475ade62b95b4a061d464cde02e4ba61f195a61f9251009bae828ca0dd1cfd5870a03a3febb6671e925724ee54
|
data/default.yml
CHANGED
@@ -33,6 +33,48 @@ Style/TernaryParentheses:
|
|
33
33
|
Enabled: true
|
34
34
|
EnforcedStyle: require_parentheses_when_complex
|
35
35
|
|
36
|
+
Layout/EmptyLinesAroundAttributeAccessor:
|
37
|
+
Enabled: true
|
38
|
+
|
39
|
+
Layout/SpaceAroundMethodCallOperator:
|
40
|
+
Enabled: true
|
41
|
+
|
42
|
+
Lint/DeprecatedOpenSSLConstant:
|
43
|
+
Enabled: true
|
44
|
+
|
45
|
+
Lint/MixedRegexpCaptureTypes:
|
46
|
+
Enabled: true
|
47
|
+
|
48
|
+
Lint/RaiseException:
|
49
|
+
Enabled: true
|
50
|
+
|
51
|
+
Lint/StructNewOverride:
|
52
|
+
Enabled: true
|
53
|
+
|
54
|
+
Style/ExponentialNotation:
|
55
|
+
Enabled: true
|
56
|
+
|
57
|
+
Style/HashEachMethods:
|
58
|
+
Enabled: true
|
59
|
+
|
60
|
+
Style/HashTransformKeys:
|
61
|
+
Enabled: true
|
62
|
+
|
63
|
+
Style/HashTransformValues:
|
64
|
+
Enabled: true
|
65
|
+
|
66
|
+
Style/RedundantFetchBlock:
|
67
|
+
Enabled: true
|
68
|
+
|
69
|
+
Style/RedundantRegexpCharacterClass:
|
70
|
+
Enabled: true
|
71
|
+
|
72
|
+
Style/RedundantRegexpEscape:
|
73
|
+
Enabled: true
|
74
|
+
|
75
|
+
Style/SlicingWithRange:
|
76
|
+
Enabled: true
|
77
|
+
|
36
78
|
########################
|
37
79
|
# CANNED RULES
|
38
80
|
########################
|
data/lib/degica/style/version.rb
CHANGED