vehiculum-codestyle 0.0.9 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/default.yml +18 -0
- data/lib/vehiculum/codestyle/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: 032d471caf8538456df139ef505a5740707ef1a2d45d30f8cea8f8aecf17574c
|
4
|
+
data.tar.gz: 35f49f238aaac9c42752bb8d3ee5e3312b677d849009b4e1118c90008437a3da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff2d712f13500a127143aedb87e54c4bb0342e96b3e5caa7168cceac6b54b0cd145dcfab72896f13caefe42b627cdc588176ac28228b837b4422ee20b72b4bc6
|
7
|
+
data.tar.gz: 6a4bb64a6b0a875b5ad7a0e6a7cb83730fedfceaae821dfa7bc8984cc6d95ddf6c8d5e32ee7ed71a34108b00aac974c95529c539dc73c9a0b9bf813d29826885
|
data/default.yml
CHANGED
@@ -62,6 +62,9 @@ Style/Next:
|
|
62
62
|
Layout/ClosingParenthesisIndentation:
|
63
63
|
Enabled: false
|
64
64
|
|
65
|
+
Layout/EmptyLinesAroundAttributeAccessor:
|
66
|
+
Enabled: true
|
67
|
+
|
65
68
|
Style/WordArray:
|
66
69
|
Enabled: false
|
67
70
|
|
@@ -112,6 +115,15 @@ Style/GuardClause:
|
|
112
115
|
Style/HashSyntax:
|
113
116
|
EnforcedStyle: ruby19
|
114
117
|
|
118
|
+
Style/RedundantRegexpCharacterClass:
|
119
|
+
Enabled: true
|
120
|
+
|
121
|
+
Style/RedundantRegexpEscape:
|
122
|
+
Enabled: true
|
123
|
+
|
124
|
+
Style/SlicingWithRange:
|
125
|
+
Enabled: true
|
126
|
+
|
115
127
|
Style/RedundantSelf:
|
116
128
|
Enabled: true
|
117
129
|
|
@@ -146,6 +158,9 @@ Lint/AssignmentInCondition:
|
|
146
158
|
Layout/BlockAlignment:
|
147
159
|
Enabled: true
|
148
160
|
|
161
|
+
Lint/DeprecatedOpenSSLConstant:
|
162
|
+
Enabled: true
|
163
|
+
|
149
164
|
Lint/LiteralAsCondition:
|
150
165
|
Enabled: true
|
151
166
|
|
@@ -155,6 +170,9 @@ Lint/Loop:
|
|
155
170
|
Lint/MissingCopEnableDirective:
|
156
171
|
Enabled: true
|
157
172
|
|
173
|
+
Lint/MixedRegexpCaptureTypes:
|
174
|
+
Enabled: true
|
175
|
+
|
158
176
|
Lint/ParenthesesAsGroupedExpression:
|
159
177
|
Enabled: true
|
160
178
|
|