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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 127a57db667e1cbd4c55a2e60cfd96f7e45193146b073a40e6c522c0331e3afe
4
- data.tar.gz: 0b5c7c5a102f93e54bc24160d3a4a88a8dafa8706692d21d84a56447797b2624
3
+ metadata.gz: 032d471caf8538456df139ef505a5740707ef1a2d45d30f8cea8f8aecf17574c
4
+ data.tar.gz: 35f49f238aaac9c42752bb8d3ee5e3312b677d849009b4e1118c90008437a3da
5
5
  SHA512:
6
- metadata.gz: '012258c877b0e4fb698806c1ad77cf913c856a26c54592f0d71a0db3d4e27ad1ed1ac1bf64688c950c6d0d05063432d804e1fd86f8f40573f76e102f1455b35c'
7
- data.tar.gz: 7811299905c6c6fb101c63e266378d759af958181168656eaf83a3e9209c530f6a14cb814ed796696996a2269bf7db9ab4fa20c68f2116135002c5f4e293d8dc
6
+ metadata.gz: ff2d712f13500a127143aedb87e54c4bb0342e96b3e5caa7168cceac6b54b0cd145dcfab72896f13caefe42b627cdc588176ac28228b837b4422ee20b72b4bc6
7
+ data.tar.gz: 6a4bb64a6b0a875b5ad7a0e6a7cb83730fedfceaae821dfa7bc8984cc6d95ddf6c8d5e32ee7ed71a34108b00aac974c95529c539dc73c9a0b9bf813d29826885
@@ -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
 
@@ -1,5 +1,5 @@
1
1
  module Vehiculum
2
2
  module Codestyle
3
- VERSION = '0.0.9'.freeze
3
+ VERSION = '0.1.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vehiculum-codestyle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vehiculum Tech Team