ykutils 0.1.4 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +5 -1
- data/.rubocop.yml +2 -1
- data/.rubocop_todo.yml +181 -85
- data/Gemfile +11 -11
- data/Gemfile.lock +17 -12
- data/bin/erubix +1 -1
- data/bin/makegrid +4 -4
- data/lib/ykutils/debugutils.rb +44 -32
- data/lib/ykutils/erubyx.rb +30 -19
- data/lib/ykutils/fileoputils.rb +2 -2
- data/lib/ykutils/gridlist.rb +49 -49
- data/lib/ykutils/lines.rb +143 -143
- data/lib/ykutils/lsutils.rb +71 -71
- data/lib/ykutils/nginxconfig.rb +40 -41
- data/lib/ykutils/nginxconfigfiles.rb +31 -31
- data/lib/ykutils/nkfutil.rb +148 -147
- data/lib/ykutils/nkfutil19.rb +9 -11
- data/lib/ykutils/osutil.rb +16 -16
- data/lib/ykutils/retcodex.rb +1 -3
- data/lib/ykutils/stext.rb +427 -425
- data/lib/ykutils/stextx.rb +32 -32
- data/lib/ykutils/stringutils.rb +111 -111
- data/lib/ykutils/treemanager.rb +33 -33
- data/lib/ykutils/treemanagera.rb +21 -21
- data/lib/ykutils/version.rb +1 -1
- data/lib/ykutils/xlines.rb +8 -8
- data/lib/ykutils/yamlop.rb +227 -227
- data/lib/ykutils/yamlxop.rb +35 -35
- data/test_data/4servers.erb +7 -7
- data/test_data/a.bat +5 -5
- data/test_data/a_ncn.bat +12 -12
- data/test_data/v103-3-189-127/a.northern-cross.net/base.yml +28 -28
- data/test_data/v103-3-189-127/a.northern-cross.net/value_host.yml +1 -1
- data/test_data/v103-3-189-127/b.northern-cross.net/base.yml +28 -28
- data/test_data/v103-3-189-127/b.northern-cross.net/value_host.yml +1 -1
- data/test_data/v103-3-189-127/c.northern-cross.net/base.yml +28 -28
- data/test_data/v103-3-189-127/c.northern-cross.net/value_host.yml +1 -1
- data/test_data/v103-3-189-127/d.northern-cross.info/base.yml +28 -28
- data/test_data/v103-3-189-127/d.northern-cross.info/value_host.yml +1 -1
- data/test_data/v103-3-189-127/d.northern-cross.net/base.yml +28 -28
- data/test_data/v103-3-189-127/d.northern-cross.net/value_host.yml +1 -1
- data/test_data/v103-3-189-127/e.northern-cross.info/base.yml +28 -28
- data/test_data/v103-3-189-127/e.northern-cross.info/value_host.yml +1 -1
- data/test_data/v103-3-189-127/e.northern-cross.net/base.yml +28 -28
- data/test_data/v103-3-189-127/e.northern-cross.net/value_host.yml +1 -1
- data/test_data/v103-3-189-127/f.northern-cross.info/base.yml +28 -28
- data/test_data/v103-3-189-127/f.northern-cross.info/value_host.yml +1 -1
- data/test_data/v103-3-189-127/f.northern-cross.net/base.yml +28 -28
- data/test_data/v103-3-189-127/f.northern-cross.net/value_host.yml +1 -1
- data/test_data/v103-3-189-127/t_server_1.erb +7 -7
- data/test_data/v103-3-189-127/template.erb +21 -21
- data/test_data/v103-3-189-127/template_ssl.erb +22 -22
- data/test_data/v103-3-189-127/template_ssl_www.erb +12 -12
- data/test_data/v103-3-189-127/template_www.erb +24 -24
- data/test_data/v103-3-189-127/value.yml +3 -3
- data/test_data/v103-3-189-127/value_ssl.yml +5 -5
- data/ykutils.gemspec +45 -43
- metadata +8 -9
- data/_config.yml +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e431ef900874b8c99755026b48f24551b8bb1c3348f1b8583d959ea064787bcb
|
4
|
+
data.tar.gz: 7ceb60faec4c79c04ea301d2fcc6ea9350fc2f821543b6897788bee74bba09f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b25b6ccc71d2c0b8cab672a032e0089515f86849a6015a4a6f8ca601f0dd6190633b16bc6ade99e294b575fe76eccd492368bee65d47d7db886532a35b08669
|
7
|
+
data.tar.gz: 9cf7993551510eac9de00fa8d01a78574c278f628421fd59fb8abf57e4f41e4116a010cfb520ddee3a4ea46e6bc5023dbc8b9798504614c1a9894673d75b9f04
|
data/.gitignore
CHANGED
data/.rubocop.yml
CHANGED
data/.rubocop_todo.yml
CHANGED
@@ -1,54 +1,16 @@
|
|
1
1
|
# This configuration was generated by
|
2
2
|
# `rubocop --auto-gen-config`
|
3
|
-
# on 2022-
|
3
|
+
# on 2022-09-07 09:47:32 UTC using RuboCop version 1.36.0.
|
4
4
|
# The point is for the user to remove these configuration records
|
5
5
|
# one by one as the offenses are removed from the code base.
|
6
6
|
# Note that changes in the inspected code, or installation of new
|
7
7
|
# versions of RuboCop, may require this file to be generated again.
|
8
8
|
|
9
|
-
# Offense count: 9
|
10
|
-
# Configuration parameters: EnforcedStyle.
|
11
|
-
# SupportedStyles: native, lf, crlf
|
12
|
-
Layout/EndOfLine:
|
13
|
-
Exclude:
|
14
|
-
- 'Gemfile'
|
15
|
-
- 'Rakefile'
|
16
|
-
- 'bin/console'
|
17
|
-
- 'lib/ykutils.rb'
|
18
|
-
- 'lib/ykutils/lsutils.rb'
|
19
|
-
- 'lib/ykutils/version.rb'
|
20
|
-
# - 'spec/spec_helper.rb'
|
21
|
-
# - 'spec/ykutils_spec.rb'
|
22
|
-
# - 'ykutils.gemspec'
|
23
|
-
|
24
|
-
# Offense count: 2
|
25
|
-
# This cop supports safe autocorrection (--autocorrect).
|
26
|
-
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns.
|
27
|
-
# URISchemes: http, https
|
28
|
-
Layout/LineLength:
|
29
|
-
Max: 175
|
30
|
-
|
31
|
-
# Offense count: 7
|
32
|
-
# Configuration parameters: AllowSafeAssignment.
|
33
|
-
Lint/AssignmentInCondition:
|
34
|
-
Exclude:
|
35
|
-
- 'lib/ykutils/fileoputils2.rb'
|
36
|
-
- 'lib/ykutils/lines.rb'
|
37
|
-
- 'lib/ykutils/nkfutil.rb'
|
38
|
-
- 'lib/ykutils/nkfutil19.rb'
|
39
|
-
- 'lib/ykutils/stext.rb'
|
40
|
-
- 'lib/ykutils/stextx.rb'
|
41
|
-
|
42
|
-
# Offense count: 1
|
43
|
-
Lint/DuplicateMethods:
|
44
|
-
Exclude:
|
45
|
-
- 'lib/ykutils/nkfutil19.rb'
|
46
|
-
|
47
9
|
# Offense count: 1
|
48
|
-
#
|
49
|
-
Lint/
|
10
|
+
# Configuration parameters: IgnoreLiteralBranches, IgnoreConstantBranches.
|
11
|
+
Lint/DuplicateBranch:
|
50
12
|
Exclude:
|
51
|
-
- 'lib/ykutils.rb'
|
13
|
+
- 'lib/ykutils/stext.rb'
|
52
14
|
|
53
15
|
# Offense count: 6
|
54
16
|
# Configuration parameters: AllowComments.
|
@@ -57,11 +19,9 @@ Lint/EmptyWhen:
|
|
57
19
|
- 'lib/ykutils/lines.rb'
|
58
20
|
- 'lib/ykutils/stext.rb'
|
59
21
|
|
60
|
-
# Offense count:
|
22
|
+
# Offense count: 1
|
61
23
|
Lint/MissingSuper:
|
62
24
|
Exclude:
|
63
|
-
- 'lib/ykutils/retcodex.rb'
|
64
|
-
- 'lib/ykutils/stext.rb'
|
65
25
|
- 'lib/ykutils/yamlxop.rb'
|
66
26
|
|
67
27
|
# Offense count: 2
|
@@ -69,6 +29,15 @@ Lint/NestedMethodDefinition:
|
|
69
29
|
Exclude:
|
70
30
|
- 'lib/ykutils/stextx.rb'
|
71
31
|
|
32
|
+
# Offense count: 4
|
33
|
+
# This cop supports safe autocorrection (--autocorrect).
|
34
|
+
Lint/ScriptPermission:
|
35
|
+
Exclude:
|
36
|
+
- 'bin/console'
|
37
|
+
- 'bin/erubix'
|
38
|
+
- 'bin/erubix2'
|
39
|
+
- 'bin/makegrid'
|
40
|
+
|
72
41
|
# Offense count: 3
|
73
42
|
Lint/ShadowingOuterLocalVariable:
|
74
43
|
Exclude:
|
@@ -81,11 +50,12 @@ Lint/SuppressedException:
|
|
81
50
|
Exclude:
|
82
51
|
- 'lib/ykutils/pathop.rb'
|
83
52
|
|
84
|
-
# Offense count:
|
53
|
+
# Offense count: 22
|
85
54
|
Lint/UselessAssignment:
|
86
55
|
Exclude:
|
87
|
-
- 'lib/ykutils/
|
56
|
+
- 'lib/ykutils/fileoputils.rb'
|
88
57
|
- 'lib/ykutils/filepermision.rb'
|
58
|
+
- 'lib/ykutils/nkfutil19.rb'
|
89
59
|
- 'lib/ykutils/pathop.rb'
|
90
60
|
- 'lib/ykutils/specfileop.rb'
|
91
61
|
- 'lib/ykutils/stext.rb'
|
@@ -100,44 +70,44 @@ Lint/UselessMethodDefinition:
|
|
100
70
|
- 'lib/ykutils/hasharray.rb'
|
101
71
|
- 'lib/ykutils/stext.rb'
|
102
72
|
|
103
|
-
# Offense count:
|
104
|
-
# Configuration parameters:
|
105
|
-
Lint/Void:
|
106
|
-
Exclude:
|
107
|
-
- 'lib/ykutils/stext.rb'
|
108
|
-
|
109
|
-
# Offense count: 14
|
110
|
-
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
|
73
|
+
# Offense count: 15
|
74
|
+
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
|
111
75
|
Metrics/AbcSize:
|
112
76
|
Max: 43
|
113
77
|
|
78
|
+
# Offense count: 2
|
79
|
+
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
|
80
|
+
# AllowedMethods: refine
|
81
|
+
Metrics/BlockLength:
|
82
|
+
Max: 41
|
83
|
+
|
114
84
|
# Offense count: 2
|
115
85
|
# Configuration parameters: CountComments, CountAsOne.
|
116
86
|
Metrics/ClassLength:
|
117
|
-
Max:
|
87
|
+
Max: 183
|
118
88
|
|
119
89
|
# Offense count: 6
|
120
|
-
# Configuration parameters: IgnoredMethods.
|
90
|
+
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
|
121
91
|
Metrics/CyclomaticComplexity:
|
122
92
|
Max: 21
|
123
93
|
|
124
|
-
# Offense count:
|
125
|
-
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
|
94
|
+
# Offense count: 43
|
95
|
+
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
|
126
96
|
Metrics/MethodLength:
|
127
97
|
Max: 85
|
128
98
|
|
129
99
|
# Offense count: 2
|
130
100
|
# Configuration parameters: CountComments, CountAsOne.
|
131
101
|
Metrics/ModuleLength:
|
132
|
-
Max:
|
102
|
+
Max: 337
|
133
103
|
|
134
|
-
# Offense count:
|
104
|
+
# Offense count: 3
|
135
105
|
# Configuration parameters: CountKeywordArgs, MaxOptionalParameters.
|
136
106
|
Metrics/ParameterLists:
|
137
107
|
Max: 6
|
138
108
|
|
139
109
|
# Offense count: 5
|
140
|
-
# Configuration parameters: IgnoredMethods.
|
110
|
+
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
|
141
111
|
Metrics/PerceivedComplexity:
|
142
112
|
Max: 18
|
143
113
|
|
@@ -164,23 +134,31 @@ Naming/MethodName:
|
|
164
134
|
Exclude:
|
165
135
|
- 'lib/ykutils/treemanagera.rb'
|
166
136
|
|
167
|
-
# Offense count:
|
137
|
+
# Offense count: 9
|
168
138
|
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
|
169
|
-
# AllowedNames: at, by, db, id, in, io, ip, of, on, os, pp, to
|
139
|
+
# AllowedNames: as, at, by, db, id, in, io, ip, of, on, os, pp, to
|
170
140
|
Naming/MethodParameterName:
|
171
141
|
Exclude:
|
172
142
|
- 'lib/ykutils/debugutils.rb'
|
173
|
-
- 'lib/ykutils/
|
143
|
+
- 'lib/ykutils/fileoputils.rb'
|
144
|
+
- 'lib/ykutils/nginxconfigfiles.rb'
|
174
145
|
- 'lib/ykutils/stext.rb'
|
175
146
|
- 'lib/ykutils/stringutils.rb'
|
176
147
|
|
148
|
+
# Offense count: 1
|
149
|
+
# This cop supports safe autocorrection (--autocorrect).
|
150
|
+
# Configuration parameters: PreferredName.
|
151
|
+
Naming/RescuedExceptionsVariableName:
|
152
|
+
Exclude:
|
153
|
+
- 'lib/ykutils/nkfutil19.rb'
|
154
|
+
|
177
155
|
# Offense count: 17
|
178
156
|
# Configuration parameters: EnforcedStyle, CheckMethodNames, CheckSymbols, AllowedIdentifiers, AllowedPatterns.
|
179
157
|
# SupportedStyles: snake_case, normalcase, non_integer
|
180
158
|
# AllowedIdentifiers: capture3, iso8601, rfc1123_date, rfc822, rfc2822, rfc3339
|
181
159
|
Naming/VariableNumber:
|
182
160
|
Exclude:
|
183
|
-
- 'lib/ykutils/
|
161
|
+
- 'lib/ykutils/fileoputils.rb'
|
184
162
|
- 'lib/ykutils/stringutils.rb'
|
185
163
|
|
186
164
|
# Offense count: 12
|
@@ -190,16 +168,31 @@ Naming/VariableNumber:
|
|
190
168
|
Style/AndOr:
|
191
169
|
Exclude:
|
192
170
|
- 'lib/ykutils/debugutils.rb'
|
193
|
-
- 'lib/ykutils/
|
171
|
+
- 'lib/ykutils/fileoputils.rb'
|
194
172
|
- 'lib/ykutils/lines.rb'
|
195
173
|
- 'lib/ykutils/pathop.rb'
|
196
174
|
- 'lib/ykutils/specfileop.rb'
|
197
175
|
- 'lib/ykutils/stext.rb'
|
198
176
|
- 'lib/ykutils/yamlop.rb'
|
199
177
|
|
178
|
+
# Offense count: 8
|
179
|
+
# This cop supports safe autocorrection (--autocorrect).
|
180
|
+
# Configuration parameters: EnforcedStyle, ProceduralMethods, FunctionalMethods, AllowedMethods, AllowedPatterns, IgnoredMethods, AllowBracesOnProceduralOneLiners, BracesRequiredMethods.
|
181
|
+
# SupportedStyles: line_count_based, semantic, braces_for_chaining, always_braces
|
182
|
+
# ProceduralMethods: benchmark, bm, bmbm, create, each_with_object, measure, new, realtime, tap, with_object
|
183
|
+
# FunctionalMethods: let, let!, subject, watch
|
184
|
+
# AllowedMethods: lambda, proc, it
|
185
|
+
Style/BlockDelimiters:
|
186
|
+
Exclude:
|
187
|
+
- 'lib/ykutils/erubyx.rb'
|
188
|
+
- 'lib/ykutils/gridlist.rb'
|
189
|
+
- 'lib/ykutils/nginxconfig.rb'
|
190
|
+
- 'lib/ykutils/nginxconfigfiles.rb'
|
191
|
+
- 'spec/ykutils_spec.rb'
|
192
|
+
|
200
193
|
# Offense count: 2
|
201
194
|
# This cop supports safe autocorrection (--autocorrect).
|
202
|
-
# Configuration parameters: AllowOnConstant.
|
195
|
+
# Configuration parameters: AllowOnConstant, AllowOnSelfClass.
|
203
196
|
Style/CaseEquality:
|
204
197
|
Exclude:
|
205
198
|
- 'lib/ykutils/lsutils.rb'
|
@@ -218,20 +211,42 @@ Style/ClassVars:
|
|
218
211
|
- 'lib/ykutils/nkfutil19.rb'
|
219
212
|
- 'lib/ykutils/osutil.rb'
|
220
213
|
|
221
|
-
# Offense count:
|
214
|
+
# Offense count: 1
|
215
|
+
# This cop supports unsafe autocorrection (--autocorrect-all).
|
216
|
+
Style/CollectionCompact:
|
217
|
+
Exclude:
|
218
|
+
- 'lib/ykutils/specfileop.rb'
|
219
|
+
|
220
|
+
# Offense count: 7
|
221
|
+
# This cop supports safe autocorrection (--autocorrect).
|
222
|
+
Style/ColonMethodCall:
|
223
|
+
Exclude:
|
224
|
+
- 'bin/erubix'
|
225
|
+
- 'bin/makegrid'
|
226
|
+
- 'lib/ykutils/gridlist.rb'
|
227
|
+
- 'lib/ykutils/nginxconfig.rb'
|
228
|
+
- 'spec/ykutils_spec.rb'
|
229
|
+
|
230
|
+
# Offense count: 38
|
222
231
|
# Configuration parameters: AllowedConstants.
|
223
232
|
Style/Documentation:
|
224
233
|
Enabled: false
|
225
234
|
|
235
|
+
# Offense count: 1
|
236
|
+
# This cop supports safe autocorrection (--autocorrect).
|
237
|
+
Style/EachWithObject:
|
238
|
+
Exclude:
|
239
|
+
- 'spec/ykutils_spec.rb'
|
240
|
+
|
226
241
|
# Offense count: 2
|
227
242
|
# This cop supports safe autocorrection (--autocorrect).
|
228
|
-
# Configuration parameters: EnforcedStyle.
|
243
|
+
# Configuration parameters: EnforcedStyle, AllowComments.
|
229
244
|
# SupportedStyles: empty, nil, both
|
230
245
|
Style/EmptyElse:
|
231
246
|
Exclude:
|
232
247
|
- 'lib/ykutils/stringutils.rb'
|
233
248
|
|
234
|
-
# Offense count:
|
249
|
+
# Offense count: 26
|
235
250
|
# This cop supports unsafe autocorrection (--autocorrect-all).
|
236
251
|
# Configuration parameters: EnforcedStyle.
|
237
252
|
# SupportedStyles: always, always_true, never
|
@@ -248,12 +263,28 @@ Style/GlobalVars:
|
|
248
263
|
# Configuration parameters: MinBodyLength, AllowConsecutiveConditionals.
|
249
264
|
Style/GuardClause:
|
250
265
|
Exclude:
|
251
|
-
- 'lib/ykutils/
|
266
|
+
- 'lib/ykutils/fileoputils.rb'
|
252
267
|
- 'lib/ykutils/lines.rb'
|
253
268
|
- 'lib/ykutils/nkfutil.rb'
|
254
269
|
- 'lib/ykutils/stext.rb'
|
255
270
|
- 'lib/ykutils/yamlop.rb'
|
256
271
|
|
272
|
+
# Offense count: 3
|
273
|
+
# This cop supports safe autocorrection (--autocorrect).
|
274
|
+
# Configuration parameters: EnforcedStyle, EnforcedShorthandSyntax, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols.
|
275
|
+
# SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys
|
276
|
+
# SupportedShorthandSyntax: always, never, either, consistent
|
277
|
+
Style/HashSyntax:
|
278
|
+
Exclude:
|
279
|
+
- 'lib/ykutils/gridlist.rb'
|
280
|
+
|
281
|
+
# Offense count: 2
|
282
|
+
# This cop supports safe autocorrection (--autocorrect).
|
283
|
+
Style/IfUnlessModifier:
|
284
|
+
Exclude:
|
285
|
+
- 'lib/ykutils/erubyx.rb'
|
286
|
+
- 'lib/ykutils/gridlist.rb'
|
287
|
+
|
257
288
|
# Offense count: 1
|
258
289
|
# This cop supports unsafe autocorrection (--autocorrect-all).
|
259
290
|
# Configuration parameters: InverseMethods, InverseBlocks.
|
@@ -261,9 +292,26 @@ Style/InverseMethods:
|
|
261
292
|
Exclude:
|
262
293
|
- 'lib/ykutils/specfileop.rb'
|
263
294
|
|
295
|
+
# Offense count: 1
|
296
|
+
# This cop supports unsafe autocorrection (--autocorrect-all).
|
297
|
+
# Configuration parameters: EnforcedStyle.
|
298
|
+
# SupportedStyles: literals, strict
|
299
|
+
Style/MutableConstant:
|
300
|
+
Exclude:
|
301
|
+
- 'lib/ykutils/gridlist.rb'
|
302
|
+
|
303
|
+
# Offense count: 2
|
304
|
+
# This cop supports safe autocorrection (--autocorrect).
|
305
|
+
# Configuration parameters: EnforcedStyle, MinBodyLength.
|
306
|
+
# SupportedStyles: skip_modifier_ifs, always
|
307
|
+
Style/Next:
|
308
|
+
Exclude:
|
309
|
+
- 'lib/ykutils/nginxconfig.rb'
|
310
|
+
- 'lib/ykutils/nginxconfigfiles.rb'
|
311
|
+
|
264
312
|
# Offense count: 6
|
265
313
|
# This cop supports unsafe autocorrection (--autocorrect-all).
|
266
|
-
# Configuration parameters: EnforcedStyle, IgnoredMethods.
|
314
|
+
# Configuration parameters: EnforcedStyle, AllowedMethods, AllowedPatterns, IgnoredMethods.
|
267
315
|
# SupportedStyles: predicate, comparison
|
268
316
|
Style/NumericPredicate:
|
269
317
|
Exclude:
|
@@ -283,35 +331,90 @@ Style/OptionalBooleanParameter:
|
|
283
331
|
- 'lib/ykutils/stextx.rb'
|
284
332
|
- 'lib/ykutils/yamlop.rb'
|
285
333
|
|
334
|
+
# Offense count: 1
|
335
|
+
# This cop supports safe autocorrection (--autocorrect).
|
336
|
+
# Configuration parameters: PreferredDelimiters.
|
337
|
+
Style/PercentLiteralDelimiters:
|
338
|
+
Exclude:
|
339
|
+
- 'lib/ykutils/gridlist.rb'
|
340
|
+
|
341
|
+
# Offense count: 1
|
342
|
+
# This cop supports unsafe autocorrection (--autocorrect-all).
|
343
|
+
# Configuration parameters: Methods.
|
344
|
+
Style/RedundantArgument:
|
345
|
+
Exclude:
|
346
|
+
- 'lib/ykutils/pathop.rb'
|
347
|
+
|
348
|
+
# Offense count: 2
|
349
|
+
# This cop supports unsafe autocorrection (--autocorrect-all).
|
350
|
+
# Configuration parameters: AllowComments.
|
351
|
+
Style/RedundantInitialize:
|
352
|
+
Exclude:
|
353
|
+
- 'lib/ykutils/lsutils.rb'
|
354
|
+
- 'lib/ykutils/stext.rb'
|
355
|
+
|
356
|
+
# Offense count: 1
|
357
|
+
# This cop supports safe autocorrection (--autocorrect).
|
358
|
+
Style/RedundantParentheses:
|
359
|
+
Exclude:
|
360
|
+
- 'lib/ykutils/debugutils.rb'
|
361
|
+
|
362
|
+
# Offense count: 1
|
363
|
+
# This cop supports safe autocorrection (--autocorrect).
|
364
|
+
# Configuration parameters: EnforcedStyle.
|
365
|
+
# SupportedStyles: implicit, explicit
|
366
|
+
Style/RescueStandardError:
|
367
|
+
Exclude:
|
368
|
+
- 'lib/ykutils/nkfutil19.rb'
|
369
|
+
|
286
370
|
# Offense count: 6
|
287
371
|
# This cop supports unsafe autocorrection (--autocorrect-all).
|
288
372
|
# Configuration parameters: ConvertCodeThatCanStartToReturnNil, AllowedMethods, MaxChainLength.
|
289
373
|
# AllowedMethods: present?, blank?, presence, try, try!
|
290
374
|
Style/SafeNavigation:
|
291
375
|
Exclude:
|
292
|
-
- 'lib/ykutils/
|
376
|
+
- 'lib/ykutils/fileoputils.rb'
|
293
377
|
- 'lib/ykutils/stext.rb'
|
294
378
|
- 'lib/ykutils/treemanager.rb'
|
295
379
|
|
380
|
+
# Offense count: 1
|
381
|
+
# This cop supports unsafe autocorrection (--autocorrect-all).
|
382
|
+
Style/SelectByRegexp:
|
383
|
+
Exclude:
|
384
|
+
- 'lib/ykutils/yamlop.rb'
|
385
|
+
|
296
386
|
# Offense count: 1
|
297
387
|
# This cop supports unsafe autocorrection (--autocorrect-all).
|
298
388
|
Style/SlicingWithRange:
|
299
389
|
Exclude:
|
300
|
-
- 'lib/ykutils/
|
390
|
+
- 'lib/ykutils/fileoputils.rb'
|
301
391
|
|
302
|
-
# Offense count:
|
392
|
+
# Offense count: 4
|
303
393
|
# This cop supports unsafe autocorrection (--autocorrect-all).
|
304
394
|
# Configuration parameters: Mode.
|
305
395
|
Style/StringConcatenation:
|
306
396
|
Exclude:
|
397
|
+
- 'lib/ykutils.rb'
|
307
398
|
- 'lib/ykutils/stext.rb'
|
308
399
|
- 'lib/ykutils/stringutils.rb'
|
309
400
|
- 'lib/ykutils/yamlop.rb'
|
310
401
|
|
402
|
+
# Offense count: 7
|
403
|
+
# This cop supports safe autocorrection (--autocorrect).
|
404
|
+
# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
|
405
|
+
# SupportedStyles: single_quotes, double_quotes
|
406
|
+
Style/StringLiterals:
|
407
|
+
Exclude:
|
408
|
+
- 'bin/erubix2'
|
409
|
+
- 'lib/ykutils.rb'
|
410
|
+
- 'lib/ykutils/erubyx.rb'
|
411
|
+
- 'lib/ykutils/gridlist.rb'
|
412
|
+
- 'lib/ykutils/nginxconfigfiles.rb'
|
413
|
+
|
311
414
|
# Offense count: 2
|
312
415
|
# This cop supports unsafe autocorrection (--autocorrect-all).
|
313
|
-
# Configuration parameters: AllowMethodsWithArguments, IgnoredMethods, AllowComments.
|
314
|
-
#
|
416
|
+
# Configuration parameters: AllowMethodsWithArguments, AllowedMethods, AllowedPatterns, IgnoredMethods, AllowComments.
|
417
|
+
# AllowedMethods: respond_to, define_method
|
315
418
|
Style/SymbolProc:
|
316
419
|
Exclude:
|
317
420
|
- 'lib/ykutils/stext.rb'
|
@@ -323,10 +426,3 @@ Style/ZeroLengthPredicate:
|
|
323
426
|
Exclude:
|
324
427
|
- 'lib/ykutils/specfileop.rb'
|
325
428
|
- 'lib/ykutils/stext.rb'
|
326
|
-
|
327
|
-
# Offense count: 2
|
328
|
-
# This cop supports safe autocorrection (--autocorrect).
|
329
|
-
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns.
|
330
|
-
# URISchemes: http, https
|
331
|
-
Layout/LineLength:
|
332
|
-
Max: 175
|
data/Gemfile
CHANGED
@@ -5,19 +5,19 @@ source "https://rubygems.org"
|
|
5
5
|
# Specify your gem's dependencies in ykutils.gemspec
|
6
6
|
gemspec
|
7
7
|
|
8
|
-
gem "tilt"
|
9
8
|
gem "erubi"
|
9
|
+
gem "filex"
|
10
|
+
gem "rake", "~> 13.0"
|
11
|
+
gem "rspec", "~> 3.0"
|
12
|
+
gem "rubocop", "~> 1.21"
|
13
|
+
gem "rubocop-rake"
|
14
|
+
gem "rubocop-rspec"
|
15
|
+
gem "tilt"
|
10
16
|
|
11
17
|
group :development, optional: true do
|
12
|
-
|
13
|
-
|
14
|
-
gem "yard"
|
18
|
+
gem "yard"
|
15
19
|
end
|
16
20
|
|
17
|
-
group :test, optional: true do
|
18
|
-
|
19
|
-
|
20
|
-
gem "rubocop", "~> 1.21"
|
21
|
-
gem "rubocop-rake"
|
22
|
-
gem "rubocop-rspec"
|
23
|
-
end
|
21
|
+
# group :test, optional: true do
|
22
|
+
#
|
23
|
+
# end
|
data/Gemfile.lock
CHANGED
@@ -1,22 +1,25 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ykutils (0.1.
|
4
|
+
ykutils (0.1.7)
|
5
|
+
erubi
|
5
6
|
filex
|
7
|
+
tilt
|
6
8
|
|
7
9
|
GEM
|
8
10
|
remote: https://rubygems.org/
|
9
11
|
specs:
|
10
12
|
ast (2.4.2)
|
11
13
|
diff-lcs (1.5.0)
|
12
|
-
erubi (1.
|
14
|
+
erubi (1.11.0)
|
13
15
|
erubis (2.7.0)
|
14
16
|
filex (0.1.7)
|
15
17
|
erubis
|
16
18
|
messagex
|
19
|
+
json (2.6.2)
|
17
20
|
messagex (0.1.5)
|
18
21
|
parallel (1.22.1)
|
19
|
-
parser (3.1.2.
|
22
|
+
parser (3.1.2.1)
|
20
23
|
ast (~> 2.4.1)
|
21
24
|
rainbow (3.1.1)
|
22
25
|
rake (13.0.6)
|
@@ -35,34 +38,36 @@ GEM
|
|
35
38
|
diff-lcs (>= 1.2.0, < 2.0)
|
36
39
|
rspec-support (~> 3.11.0)
|
37
40
|
rspec-support (3.11.0)
|
38
|
-
rubocop (1.
|
41
|
+
rubocop (1.36.0)
|
42
|
+
json (~> 2.3)
|
39
43
|
parallel (~> 1.10)
|
40
|
-
parser (>= 3.1.
|
44
|
+
parser (>= 3.1.2.1)
|
41
45
|
rainbow (>= 2.2.2, < 4.0)
|
42
46
|
regexp_parser (>= 1.8, < 3.0)
|
43
47
|
rexml (>= 3.2.5, < 4.0)
|
44
|
-
rubocop-ast (>= 1.
|
48
|
+
rubocop-ast (>= 1.20.1, < 2.0)
|
45
49
|
ruby-progressbar (~> 1.7)
|
46
50
|
unicode-display_width (>= 1.4.0, < 3.0)
|
47
|
-
rubocop-ast (1.
|
51
|
+
rubocop-ast (1.21.0)
|
48
52
|
parser (>= 3.1.1.0)
|
49
53
|
rubocop-rake (0.6.0)
|
50
54
|
rubocop (~> 1.0)
|
51
|
-
rubocop-rspec (2.
|
52
|
-
rubocop (~> 1.
|
55
|
+
rubocop-rspec (2.12.1)
|
56
|
+
rubocop (~> 1.31)
|
53
57
|
ruby-progressbar (1.11.0)
|
54
|
-
tilt (2.0.
|
55
|
-
unicode-display_width (2.
|
58
|
+
tilt (2.0.11)
|
59
|
+
unicode-display_width (2.2.0)
|
56
60
|
webrick (1.7.0)
|
57
61
|
yard (0.9.28)
|
58
62
|
webrick (~> 1.7.0)
|
59
63
|
|
60
64
|
PLATFORMS
|
61
65
|
x64-mingw32
|
62
|
-
|
66
|
+
x86_64-linux
|
63
67
|
|
64
68
|
DEPENDENCIES
|
65
69
|
erubi
|
70
|
+
filex
|
66
71
|
rake (~> 13.0)
|
67
72
|
rspec (~> 3.0)
|
68
73
|
rubocop (~> 1.21)
|
data/bin/erubix
CHANGED
data/bin/makegrid
CHANGED
@@ -11,11 +11,11 @@ require "ykutils"
|
|
11
11
|
# require "pry"
|
12
12
|
# Pry.start
|
13
13
|
|
14
|
-
#require "irb"
|
15
|
-
#IRB.start(__FILE__)
|
16
|
-
#puts( make_grid(1 , 2) )
|
14
|
+
# require "irb"
|
15
|
+
# IRB.start(__FILE__)
|
16
|
+
# puts( make_grid(1 , 2) )
|
17
17
|
|
18
|
-
#puts Ykutils::Erubyx::make_grid_list()
|
18
|
+
# puts Ykutils::Erubyx::make_grid_list()
|
19
19
|
min_row = ARGV[0].to_i
|
20
20
|
max_row = ARGV[1].to_i
|
21
21
|
min_colum = ARGV[2].to_i
|