bhook 0.1.6 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.rubocop.yml +29 -0
- data/Gemfile.lock +20 -16
- data/README.md +10 -1
- data/Rakefile +15 -5
- data/lib/bhook/args_parser.rb +3 -5
- data/lib/bhook/config.rb +39 -10
- data/lib/bhook/converter/html.rb +2 -4
- data/lib/bhook/directory.rb +7 -6
- data/lib/bhook/logger.rb +2 -2
- data/lib/bhook/md_file.rb +10 -5
- data/lib/bhook/theme.rb +4 -2
- data/lib/bhook/theme_generator.rb +1 -1
- data/lib/bhook/version.rb +1 -1
- data/lib/bhook/workspace.rb +1 -0
- data/sorbet/rbi/gems/bhook.rbi +1 -1
- data/sorbet/rbi/gems/git.rbi +1 -1
- data/sorbet/rbi/gems/kramdown.rbi +1 -1
- data/sorbet/rbi/gems/parallel.rbi +4 -1
- data/sorbet/rbi/gems/parser.rbi +1 -1
- data/sorbet/rbi/gems/regexp_parser.rbi +137 -120
- data/sorbet/rbi/gems/rspec-mocks.rbi +1 -1
- data/sorbet/rbi/gems/rubocop-ast.rbi +1 -1
- data/sorbet/rbi/gems/rubocop-rspec.rbi +25 -9
- data/sorbet/rbi/gems/rubocop.rbi +252 -35
- data/sorbet/rbi/gems/simplecov-cobertura.rbi +30 -0
- data/sorbet/rbi/hidden-definitions/errors.txt +56 -45
- data/sorbet/rbi/hidden-definitions/hidden.rbi +81 -19
- metadata +18 -2
@@ -0,0 +1,30 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi gems
|
3
|
+
|
4
|
+
# typed: strict
|
5
|
+
#
|
6
|
+
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
+
#
|
8
|
+
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/simplecov-cobertura/all/simplecov-cobertura.rbi
|
9
|
+
#
|
10
|
+
# simplecov-cobertura-2.1.0
|
11
|
+
|
12
|
+
module SimpleCov
|
13
|
+
end
|
14
|
+
module SimpleCov::Formatter
|
15
|
+
end
|
16
|
+
class SimpleCov::Formatter::CoberturaFormatter
|
17
|
+
def coverage_output(result); end
|
18
|
+
def extract_rate(percent); end
|
19
|
+
def format(result); end
|
20
|
+
def initialize(result_file_name: nil); end
|
21
|
+
def project_root; end
|
22
|
+
def resolve_filename(filename); end
|
23
|
+
def result_to_xml(result); end
|
24
|
+
def set_branch_attributes(line, file_line, branched_lines, branched_lines_covered); end
|
25
|
+
def set_class_attributes(class_, file); end
|
26
|
+
def set_coverage_attributes(coverage, result); end
|
27
|
+
def set_line_attributes(line, file_line); end
|
28
|
+
def set_package_attributes(package, name, result); end
|
29
|
+
def set_xml_head(lines = nil); end
|
30
|
+
end
|
@@ -9,10 +9,8 @@
|
|
9
9
|
# wrong constant name <Magic>
|
10
10
|
# wrong constant name <Magic>
|
11
11
|
# wrong constant name <Class:<Magic>>
|
12
|
-
# wrong constant name <
|
13
|
-
# wrong constant name <
|
14
|
-
# wrong constant name <PackageTests>
|
15
|
-
# wrong constant name <PackageTests>
|
12
|
+
# wrong constant name <PackageSpecRegistry>
|
13
|
+
# wrong constant name <PackageSpecRegistry>
|
16
14
|
# wrong constant name <RESERVED_0>
|
17
15
|
# wrong constant name <RESERVED_1>
|
18
16
|
# wrong constant name <RESERVED_2>
|
@@ -2098,7 +2096,6 @@
|
|
2098
2096
|
# wrong constant name deconstruct_keys
|
2099
2097
|
# wrong constant name ruby2_keywords_hash
|
2100
2098
|
# wrong constant name ruby2_keywords_hash?
|
2101
|
-
# wrong constant name try_convert
|
2102
2099
|
# wrong constant name <Class:ConsoleMode>
|
2103
2100
|
# wrong constant name beep
|
2104
2101
|
# wrong constant name check_winsize_changed
|
@@ -2329,8 +2326,8 @@
|
|
2329
2326
|
# Did you mean? Kramdown::Parser::Html::HTML_CONTENT_MODEL
|
2330
2327
|
# Kramdown::Parser::Html::HTML_CONTENT_MODEL_RAW
|
2331
2328
|
# Kramdown::Parser::Html::ElementConverter::HTML_CONTENT_MODEL_RAW
|
2332
|
-
# Kramdown::Parser::Html::HTML_CONTENT_MODEL_SPAN
|
2333
2329
|
# Kramdown::Parser::Html::ElementConverter::HTML_CONTENT_MODEL_SPAN
|
2330
|
+
# Kramdown::Parser::Html::HTML_CONTENT_MODEL_SPAN
|
2334
2331
|
# uninitialized constant Kramdown::Parser::Html::ElementConverter::HTML_CONTENT_MODEL_BLOCK
|
2335
2332
|
# Did you mean? Kramdown::Parser::Html::HTML_CONTENT_MODEL_RAW
|
2336
2333
|
# Kramdown::Parser::Html::ElementConverter::HTML_CONTENT_MODEL_RAW
|
@@ -2342,8 +2339,8 @@
|
|
2342
2339
|
# Did you mean? Kramdown::Parser::Html::HTML_CONTENT_MODEL_RAW
|
2343
2340
|
# Kramdown::Parser::Html::HTML_CONTENT_MODEL_SPAN
|
2344
2341
|
# Kramdown::Parser::Html::ElementConverter::HTML_CONTENT_MODEL_SPAN
|
2345
|
-
# Kramdown::Parser::Html::ElementConverter::HTML_CONTENT_MODEL_BLOCK
|
2346
2342
|
# Kramdown::Parser::Html::HTML_CONTENT_MODEL_BLOCK
|
2343
|
+
# Kramdown::Parser::Html::ElementConverter::HTML_CONTENT_MODEL_BLOCK
|
2347
2344
|
# Kramdown::Parser::Html::HTML_CONTENT_MODEL
|
2348
2345
|
# uninitialized constant Kramdown::Parser::Html::ElementConverter::HTML_CONTENT_MODEL_SPAN
|
2349
2346
|
# Did you mean? Kramdown::Parser::Html::ElementConverter::HTML_CONTENT_MODEL_RAW
|
@@ -2382,8 +2379,8 @@
|
|
2382
2379
|
# Did you mean? Kramdown::Parser::Html::HTML_CONTENT_MODEL
|
2383
2380
|
# Kramdown::Parser::Html::HTML_CONTENT_MODEL_RAW
|
2384
2381
|
# Kramdown::Parser::Html::Parser::HTML_CONTENT_MODEL_RAW
|
2385
|
-
# Kramdown::Parser::Html::HTML_CONTENT_MODEL_SPAN
|
2386
2382
|
# Kramdown::Parser::Html::Parser::HTML_CONTENT_MODEL_SPAN
|
2383
|
+
# Kramdown::Parser::Html::HTML_CONTENT_MODEL_SPAN
|
2387
2384
|
# uninitialized constant Kramdown::Parser::Html::Parser::HTML_CONTENT_MODEL_BLOCK
|
2388
2385
|
# Did you mean? Kramdown::Parser::Html::HTML_CONTENT_MODEL_RAW
|
2389
2386
|
# Kramdown::Parser::Html::Parser::HTML_CONTENT_MODEL_RAW
|
@@ -2395,8 +2392,8 @@
|
|
2395
2392
|
# Did you mean? Kramdown::Parser::Html::HTML_CONTENT_MODEL_RAW
|
2396
2393
|
# Kramdown::Parser::Html::HTML_CONTENT_MODEL_SPAN
|
2397
2394
|
# Kramdown::Parser::Html::Parser::HTML_CONTENT_MODEL_SPAN
|
2398
|
-
# Kramdown::Parser::Html::Parser::HTML_CONTENT_MODEL_BLOCK
|
2399
2395
|
# Kramdown::Parser::Html::HTML_CONTENT_MODEL_BLOCK
|
2396
|
+
# Kramdown::Parser::Html::Parser::HTML_CONTENT_MODEL_BLOCK
|
2400
2397
|
# Kramdown::Parser::Html::HTML_CONTENT_MODEL
|
2401
2398
|
# uninitialized constant Kramdown::Parser::Html::Parser::HTML_CONTENT_MODEL_SPAN
|
2402
2399
|
# Did you mean? Kramdown::Parser::Html::Parser::HTML_CONTENT_MODEL_RAW
|
@@ -2903,8 +2900,6 @@
|
|
2903
2900
|
# wrong constant name get_candidates
|
2904
2901
|
# wrong constant name additional
|
2905
2902
|
# wrong constant name additional=
|
2906
|
-
# uninitialized constant Opus
|
2907
|
-
# uninitialized constant Opus
|
2908
2903
|
# uninitialized constant PStore
|
2909
2904
|
# uninitialized constant PStore
|
2910
2905
|
# uninitialized constant PTY
|
@@ -2920,8 +2915,8 @@
|
|
2920
2915
|
# Parser::Ruby24::Racc_Runtime_Core_Revision_R
|
2921
2916
|
# Parser::Ruby24::Racc_Runtime_Revision
|
2922
2917
|
# Parser::Ruby24::Racc_Runtime_Core_Version
|
2923
|
-
# Parser::Ruby24::Racc_Runtime_Core_Version_C
|
2924
2918
|
# Parser::Ruby24::Racc_Runtime_Core_Version_R
|
2919
|
+
# Parser::Ruby24::Racc_Runtime_Core_Version_C
|
2925
2920
|
# Parser::Ruby24::Racc_Runtime_Version
|
2926
2921
|
# Parser::Ruby24::Racc_Runtime_Core_Id_C
|
2927
2922
|
# uninitialized constant Parser::Ruby24::Racc_Runtime_Core_Revision_C
|
@@ -3181,8 +3176,8 @@
|
|
3181
3176
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_R
|
3182
3177
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
|
3183
3178
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version
|
3184
|
-
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
|
3185
3179
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_R
|
3180
|
+
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
|
3186
3181
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Version
|
3187
3182
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Id_C
|
3188
3183
|
# uninitialized constant RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_C
|
@@ -3239,68 +3234,68 @@
|
|
3239
3234
|
# Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Main_Parsing_Routine
|
3240
3235
|
# uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Id_C
|
3241
3236
|
# Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Id_C
|
3242
|
-
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
|
3243
3237
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_C
|
3238
|
+
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
|
3244
3239
|
# uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision
|
3245
3240
|
# Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision
|
3241
|
+
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_R
|
3246
3242
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_C
|
3247
3243
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_C
|
3248
|
-
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_R
|
3249
3244
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_R
|
3250
3245
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
|
3251
3246
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Revision
|
3252
3247
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version
|
3253
3248
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version
|
3254
3249
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_R
|
3255
|
-
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_R
|
3256
3250
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_C
|
3251
|
+
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_R
|
3257
3252
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
|
3258
3253
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Version
|
3259
3254
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Version
|
3260
3255
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Id_C
|
3261
3256
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Id_C
|
3262
3257
|
# uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_C
|
3263
|
-
# Did you mean? RuboCop::AST::NodePattern::Parser::
|
3264
|
-
# RuboCop::AST::NodePattern::Parser::
|
3258
|
+
# Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_C
|
3259
|
+
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_R
|
3265
3260
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_R
|
3266
3261
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision
|
3267
|
-
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Revision
|
3268
3262
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
|
3263
|
+
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Revision
|
3264
|
+
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_R
|
3269
3265
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
|
3270
|
-
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_C
|
3271
3266
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_R
|
3272
|
-
# RuboCop::AST::NodePattern::Parser::WithMeta::
|
3273
|
-
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version
|
3267
|
+
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_C
|
3274
3268
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version
|
3269
|
+
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version
|
3275
3270
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Id_C
|
3276
3271
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Id_C
|
3277
3272
|
# uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_R
|
3278
|
-
# Did you mean? RuboCop::AST::NodePattern::Parser::
|
3273
|
+
# Did you mean? RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_C
|
3279
3274
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_C
|
3280
|
-
# RuboCop::AST::NodePattern::Parser::
|
3275
|
+
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_R
|
3281
3276
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision
|
3282
|
-
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Revision
|
3283
3277
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
|
3278
|
+
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Revision
|
3279
|
+
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_R
|
3284
3280
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
|
3285
|
-
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_C
|
3286
3281
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_R
|
3287
|
-
# RuboCop::AST::NodePattern::Parser::WithMeta::
|
3288
|
-
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version
|
3282
|
+
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_C
|
3289
3283
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version
|
3284
|
+
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version
|
3290
3285
|
# uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version
|
3291
3286
|
# Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version
|
3292
3287
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
|
3293
3288
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Revision
|
3294
|
-
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision
|
3295
3289
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision
|
3290
|
+
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision
|
3296
3291
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_R
|
3297
3292
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_C
|
3298
3293
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_R
|
3299
3294
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
|
3300
|
-
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_C
|
3301
|
-
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_R
|
3302
3295
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_R
|
3303
3296
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_C
|
3297
|
+
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_C
|
3298
|
+
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_R
|
3304
3299
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Version
|
3305
3300
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Version
|
3306
3301
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Id_C
|
@@ -3310,43 +3305,43 @@
|
|
3310
3305
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
|
3311
3306
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_R
|
3312
3307
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version
|
3313
|
-
# RuboCop::AST::NodePattern::Parser::WithMeta::
|
3308
|
+
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_R
|
3314
3309
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_R
|
3315
3310
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_C
|
3316
|
-
# RuboCop::AST::NodePattern::Parser::WithMeta::
|
3311
|
+
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_C
|
3317
3312
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Revision
|
3318
3313
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
|
3319
3314
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision
|
3320
3315
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision
|
3321
3316
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Version
|
3322
3317
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Version
|
3323
|
-
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Id_C
|
3324
3318
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Id_C
|
3319
|
+
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Id_C
|
3325
3320
|
# uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_R
|
3326
3321
|
# Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
|
3327
|
-
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_C
|
3328
3322
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_R
|
3323
|
+
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_C
|
3329
3324
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version
|
3330
|
-
# RuboCop::AST::NodePattern::Parser::WithMeta::
|
3325
|
+
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_R
|
3331
3326
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_R
|
3332
3327
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_C
|
3333
|
-
# RuboCop::AST::NodePattern::Parser::WithMeta::
|
3328
|
+
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_C
|
3334
3329
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Revision
|
3335
3330
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
|
3336
3331
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision
|
3337
3332
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision
|
3338
3333
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Version
|
3339
3334
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Version
|
3340
|
-
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Id_C
|
3341
3335
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Id_C
|
3336
|
+
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Id_C
|
3342
3337
|
# uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Revision
|
3343
3338
|
# Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
|
3344
|
-
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Version
|
3345
3339
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Version
|
3340
|
+
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Version
|
3346
3341
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version
|
3347
3342
|
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version
|
3348
|
-
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision
|
3349
3343
|
# RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision
|
3344
|
+
# RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision
|
3350
3345
|
# uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Type
|
3351
3346
|
# Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Runtime_Type
|
3352
3347
|
# uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Version
|
@@ -3408,6 +3403,11 @@
|
|
3408
3403
|
# uninitialized constant RuboCop::Cop::Gemspec::DateAssignment::BYTE_ORDER_MARK
|
3409
3404
|
# uninitialized constant RuboCop::Cop::Gemspec::DateAssignment::LITERAL_REGEX
|
3410
3405
|
# uninitialized constant RuboCop::Cop::Gemspec::DateAssignment::RESTRICT_ON_SEND
|
3406
|
+
# uninitialized constant RuboCop::Cop::Gemspec::DependencyVersion::LITERAL_REGEX
|
3407
|
+
# uninitialized constant RuboCop::Cop::Gemspec::DependencyVersion::RESTRICT_ON_SEND
|
3408
|
+
# uninitialized constant RuboCop::Cop::Gemspec::DeprecatedAttributeAssignment::BYTE_ORDER_MARK
|
3409
|
+
# uninitialized constant RuboCop::Cop::Gemspec::DeprecatedAttributeAssignment::LITERAL_REGEX
|
3410
|
+
# uninitialized constant RuboCop::Cop::Gemspec::DeprecatedAttributeAssignment::RESTRICT_ON_SEND
|
3411
3411
|
# uninitialized constant RuboCop::Cop::Gemspec::DuplicatedAssignment::BYTE_ORDER_MARK
|
3412
3412
|
# uninitialized constant RuboCop::Cop::Gemspec::DuplicatedAssignment::LITERAL_REGEX
|
3413
3413
|
# uninitialized constant RuboCop::Cop::Gemspec::DuplicatedAssignment::RESTRICT_ON_SEND
|
@@ -3757,6 +3757,7 @@
|
|
3757
3757
|
# uninitialized constant RuboCop::Cop::Lint::DuplicateRegexpCharacterClassElement::BYTE_ORDER_MARK
|
3758
3758
|
# uninitialized constant RuboCop::Cop::Lint::DuplicateRegexpCharacterClassElement::LITERAL_REGEX
|
3759
3759
|
# uninitialized constant RuboCop::Cop::Lint::DuplicateRegexpCharacterClassElement::RESTRICT_ON_SEND
|
3760
|
+
# uninitialized constant RuboCop::Cop::Lint::DuplicateRequire::BYTE_ORDER_MARK
|
3760
3761
|
# uninitialized constant RuboCop::Cop::Lint::DuplicateRequire::LITERAL_REGEX
|
3761
3762
|
# uninitialized constant RuboCop::Cop::Lint::DuplicateRescueException::LITERAL_REGEX
|
3762
3763
|
# uninitialized constant RuboCop::Cop::Lint::DuplicateRescueException::RESTRICT_ON_SEND
|
@@ -3887,6 +3888,7 @@
|
|
3887
3888
|
# uninitialized constant RuboCop::Cop::Lint::RedundantWithObject::BYTE_ORDER_MARK
|
3888
3889
|
# uninitialized constant RuboCop::Cop::Lint::RedundantWithObject::LITERAL_REGEX
|
3889
3890
|
# uninitialized constant RuboCop::Cop::Lint::RedundantWithObject::RESTRICT_ON_SEND
|
3891
|
+
# uninitialized constant RuboCop::Cop::Lint::RefinementImportMethods::LITERAL_REGEX
|
3890
3892
|
# uninitialized constant RuboCop::Cop::Lint::RegexpAsCondition::LITERAL_REGEX
|
3891
3893
|
# uninitialized constant RuboCop::Cop::Lint::RegexpAsCondition::RESTRICT_ON_SEND
|
3892
3894
|
# uninitialized constant RuboCop::Cop::Lint::RequireParentheses::BYTE_ORDER_MARK
|
@@ -3952,8 +3954,6 @@
|
|
3952
3954
|
# uninitialized constant RuboCop::Cop::Lint::UselessAccessModifier::RESTRICT_ON_SEND
|
3953
3955
|
# uninitialized constant RuboCop::Cop::Lint::UselessAssignment::LITERAL_REGEX
|
3954
3956
|
# uninitialized constant RuboCop::Cop::Lint::UselessAssignment::RESTRICT_ON_SEND
|
3955
|
-
# uninitialized constant RuboCop::Cop::Lint::UselessElseWithoutRescue::LITERAL_REGEX
|
3956
|
-
# uninitialized constant RuboCop::Cop::Lint::UselessElseWithoutRescue::RESTRICT_ON_SEND
|
3957
3957
|
# uninitialized constant RuboCop::Cop::Lint::UselessMethodDefinition::LITERAL_REGEX
|
3958
3958
|
# uninitialized constant RuboCop::Cop::Lint::UselessMethodDefinition::RESTRICT_ON_SEND
|
3959
3959
|
# uninitialized constant RuboCop::Cop::Lint::UselessRuby2Keywords::LITERAL_REGEX
|
@@ -4045,6 +4045,7 @@
|
|
4045
4045
|
# uninitialized constant RuboCop::Cop::RSpec::Capybara::FeatureMethods::LITERAL_REGEX
|
4046
4046
|
# uninitialized constant RuboCop::Cop::RSpec::Capybara::FeatureMethods::RESTRICT_ON_SEND
|
4047
4047
|
# uninitialized constant RuboCop::Cop::RSpec::Capybara::VisibilityMatcher::LITERAL_REGEX
|
4048
|
+
# uninitialized constant RuboCop::Cop::RSpec::ChangeByZero::LITERAL_REGEX
|
4048
4049
|
# uninitialized constant RuboCop::Cop::RSpec::ContextMethod::LITERAL_REGEX
|
4049
4050
|
# uninitialized constant RuboCop::Cop::RSpec::ContextMethod::RESTRICT_ON_SEND
|
4050
4051
|
# uninitialized constant RuboCop::Cop::RSpec::ContextWording::LITERAL_REGEX
|
@@ -4193,6 +4194,7 @@
|
|
4193
4194
|
# uninitialized constant RuboCop::Cop::RSpec::VariableName::FORMATS
|
4194
4195
|
# uninitialized constant RuboCop::Cop::RSpec::VariableName::LITERAL_REGEX
|
4195
4196
|
# uninitialized constant RuboCop::Cop::RSpec::VariableName::RESTRICT_ON_SEND
|
4197
|
+
# uninitialized constant RuboCop::Cop::RSpec::VerifiedDoubleReference::LITERAL_REGEX
|
4196
4198
|
# uninitialized constant RuboCop::Cop::RSpec::VerifiedDoubles::LITERAL_REGEX
|
4197
4199
|
# uninitialized constant RuboCop::Cop::RSpec::VoidExpect::LITERAL_REGEX
|
4198
4200
|
# uninitialized constant RuboCop::Cop::RSpec::Yield::BYTE_ORDER_MARK
|
@@ -4208,6 +4210,8 @@
|
|
4208
4210
|
# uninitialized constant RuboCop::Cop::Rake::DuplicateTask::RESTRICT_ON_SEND
|
4209
4211
|
# uninitialized constant RuboCop::Cop::Rake::MethodDefinitionInTask::LITERAL_REGEX
|
4210
4212
|
# uninitialized constant RuboCop::Cop::Rake::MethodDefinitionInTask::RESTRICT_ON_SEND
|
4213
|
+
# uninitialized constant RuboCop::Cop::Security::CompoundHash::LITERAL_REGEX
|
4214
|
+
# uninitialized constant RuboCop::Cop::Security::CompoundHash::RESTRICT_ON_SEND
|
4211
4215
|
# uninitialized constant RuboCop::Cop::Security::Eval::LITERAL_REGEX
|
4212
4216
|
# uninitialized constant RuboCop::Cop::Security::IoMethods::LITERAL_REGEX
|
4213
4217
|
# uninitialized constant RuboCop::Cop::Security::JSONLoad::LITERAL_REGEX
|
@@ -4345,6 +4349,7 @@
|
|
4345
4349
|
# uninitialized constant RuboCop::Cop::Style::EndBlock::RESTRICT_ON_SEND
|
4346
4350
|
# uninitialized constant RuboCop::Cop::Style::EndlessMethod::LITERAL_REGEX
|
4347
4351
|
# uninitialized constant RuboCop::Cop::Style::EndlessMethod::RESTRICT_ON_SEND
|
4352
|
+
# uninitialized constant RuboCop::Cop::Style::EnvHome::LITERAL_REGEX
|
4348
4353
|
# uninitialized constant RuboCop::Cop::Style::EvalWithLocation::LITERAL_REGEX
|
4349
4354
|
# uninitialized constant RuboCop::Cop::Style::EvenOdd::LITERAL_REGEX
|
4350
4355
|
# uninitialized constant RuboCop::Cop::Style::ExpandPathArguments::BYTE_ORDER_MARK
|
@@ -4354,6 +4359,8 @@
|
|
4354
4359
|
# uninitialized constant RuboCop::Cop::Style::ExplicitBlockArgument::RESTRICT_ON_SEND
|
4355
4360
|
# uninitialized constant RuboCop::Cop::Style::ExponentialNotation::LITERAL_REGEX
|
4356
4361
|
# uninitialized constant RuboCop::Cop::Style::ExponentialNotation::RESTRICT_ON_SEND
|
4362
|
+
# uninitialized constant RuboCop::Cop::Style::FetchEnvVar::LITERAL_REGEX
|
4363
|
+
# uninitialized constant RuboCop::Cop::Style::FetchEnvVar::RESTRICT_ON_SEND
|
4357
4364
|
# uninitialized constant RuboCop::Cop::Style::FileRead::BYTE_ORDER_MARK
|
4358
4365
|
# uninitialized constant RuboCop::Cop::Style::FileRead::LITERAL_REGEX
|
4359
4366
|
# uninitialized constant RuboCop::Cop::Style::FileWrite::BYTE_ORDER_MARK
|
@@ -4423,6 +4430,8 @@
|
|
4423
4430
|
# uninitialized constant RuboCop::Cop::Style::LineEndConcatenation::BYTE_ORDER_MARK
|
4424
4431
|
# uninitialized constant RuboCop::Cop::Style::LineEndConcatenation::LITERAL_REGEX
|
4425
4432
|
# uninitialized constant RuboCop::Cop::Style::LineEndConcatenation::RESTRICT_ON_SEND
|
4433
|
+
# uninitialized constant RuboCop::Cop::Style::MapCompactWithConditionalBlock::LITERAL_REGEX
|
4434
|
+
# uninitialized constant RuboCop::Cop::Style::MapCompactWithConditionalBlock::RESTRICT_ON_SEND
|
4426
4435
|
# uninitialized constant RuboCop::Cop::Style::MapToHash::BYTE_ORDER_MARK
|
4427
4436
|
# uninitialized constant RuboCop::Cop::Style::MapToHash::LITERAL_REGEX
|
4428
4437
|
# uninitialized constant RuboCop::Cop::Style::MethodCallWithoutArgsParentheses::LITERAL_REGEX
|
@@ -4505,6 +4514,8 @@
|
|
4505
4514
|
# uninitialized constant RuboCop::Cop::Style::NumericLiterals::LITERAL_REGEX
|
4506
4515
|
# uninitialized constant RuboCop::Cop::Style::NumericLiterals::RESTRICT_ON_SEND
|
4507
4516
|
# uninitialized constant RuboCop::Cop::Style::NumericPredicate::LITERAL_REGEX
|
4517
|
+
# uninitialized constant RuboCop::Cop::Style::ObjectThen::LITERAL_REGEX
|
4518
|
+
# uninitialized constant RuboCop::Cop::Style::ObjectThen::RESTRICT_ON_SEND
|
4508
4519
|
# uninitialized constant RuboCop::Cop::Style::OneLineConditional::LITERAL_REGEX
|
4509
4520
|
# uninitialized constant RuboCop::Cop::Style::OneLineConditional::RESTRICT_ON_SEND
|
4510
4521
|
# uninitialized constant RuboCop::Cop::Style::OpenStructUse::LITERAL_REGEX
|
@@ -4561,6 +4572,9 @@
|
|
4561
4572
|
# Did you mean? RuboCop::Cop::FrozenStringLiteral
|
4562
4573
|
# uninitialized constant RuboCop::Cop::Style::RedundantFreeze::FROZEN_STRING_LITERAL_ENABLED
|
4563
4574
|
# uninitialized constant RuboCop::Cop::Style::RedundantFreeze::LITERAL_REGEX
|
4575
|
+
# uninitialized constant RuboCop::Cop::Style::RedundantInitialize::BYTE_ORDER_MARK
|
4576
|
+
# uninitialized constant RuboCop::Cop::Style::RedundantInitialize::LITERAL_REGEX
|
4577
|
+
# uninitialized constant RuboCop::Cop::Style::RedundantInitialize::RESTRICT_ON_SEND
|
4564
4578
|
# uninitialized constant RuboCop::Cop::Style::RedundantInterpolation::BYTE_ORDER_MARK
|
4565
4579
|
# uninitialized constant RuboCop::Cop::Style::RedundantInterpolation::LITERAL_REGEX
|
4566
4580
|
# uninitialized constant RuboCop::Cop::Style::RedundantInterpolation::RESTRICT_ON_SEND
|
@@ -4806,9 +4820,6 @@
|
|
4806
4820
|
# Did you mean? TRUE
|
4807
4821
|
# uninitialized constant Socket::WRONLY
|
4808
4822
|
# Did you mean? Socket::RDONLY
|
4809
|
-
# uninitialized constant SortedSet::InspectKey
|
4810
|
-
# wrong constant name initialize
|
4811
|
-
# wrong constant name setup
|
4812
4823
|
# wrong constant name shellescape
|
4813
4824
|
# wrong constant name shellsplit
|
4814
4825
|
# wrong constant name set_encoding_by_bom
|
@@ -3984,8 +3984,6 @@ class Hash
|
|
3984
3984
|
def self.ruby2_keywords_hash(arg); end
|
3985
3985
|
|
3986
3986
|
def self.ruby2_keywords_hash?(arg); end
|
3987
|
-
|
3988
|
-
def self.try_convert(arg); end
|
3989
3987
|
end
|
3990
3988
|
|
3991
3989
|
class IO
|
@@ -4883,8 +4881,6 @@ class Net::HTTP
|
|
4883
4881
|
ENVIRONMENT_VARIABLE_IS_MULTIUSER_SAFE = ::T.let(nil, ::T.untyped)
|
4884
4882
|
end
|
4885
4883
|
|
4886
|
-
Net::HTTP::ProxyMod = Net::HTTP::ProxyDelta
|
4887
|
-
|
4888
4884
|
class Net::HTTPAlreadyReported
|
4889
4885
|
HAS_BODY = ::T.let(nil, ::T.untyped)
|
4890
4886
|
end
|
@@ -5034,7 +5030,6 @@ class Object
|
|
5034
5030
|
RUBY_RELEASE_DATE = ::T.let(nil, ::T.untyped)
|
5035
5031
|
RUBY_REVISION = ::T.let(nil, ::T.untyped)
|
5036
5032
|
RUBY_VERSION = ::T.let(nil, ::T.untyped)
|
5037
|
-
SPEC_HELPER_PATH = ::T.let(nil, ::T.untyped)
|
5038
5033
|
STDERR = ::T.let(nil, ::T.untyped)
|
5039
5034
|
STDIN = ::T.let(nil, ::T.untyped)
|
5040
5035
|
STDOUT = ::T.let(nil, ::T.untyped)
|
@@ -5998,6 +5993,7 @@ module Regexp::Syntax::Token::Quantifier
|
|
5998
5993
|
Possessive = ::T.let(nil, ::T.untyped)
|
5999
5994
|
Reluctant = ::T.let(nil, ::T.untyped)
|
6000
5995
|
Type = ::T.let(nil, ::T.untyped)
|
5996
|
+
V1_8_6 = ::T.let(nil, ::T.untyped)
|
6001
5997
|
end
|
6002
5998
|
|
6003
5999
|
module Regexp::Syntax::Token::SubexpressionCall
|
@@ -6018,6 +6014,7 @@ module Regexp::Syntax::Token::UnicodeProperty
|
|
6018
6014
|
Age_V2_6_2 = ::T.let(nil, ::T.untyped)
|
6019
6015
|
Age_V2_6_3 = ::T.let(nil, ::T.untyped)
|
6020
6016
|
Age_V3_1_0 = ::T.let(nil, ::T.untyped)
|
6017
|
+
Age_V3_2_0 = ::T.let(nil, ::T.untyped)
|
6021
6018
|
All = ::T.let(nil, ::T.untyped)
|
6022
6019
|
CharType_V1_9_0 = ::T.let(nil, ::T.untyped)
|
6023
6020
|
CharType_V2_5_0 = ::T.let(nil, ::T.untyped)
|
@@ -6041,6 +6038,7 @@ module Regexp::Syntax::Token::UnicodeProperty
|
|
6041
6038
|
Script_V2_6_0 = ::T.let(nil, ::T.untyped)
|
6042
6039
|
Script_V2_6_2 = ::T.let(nil, ::T.untyped)
|
6043
6040
|
Script_V3_1_0 = ::T.let(nil, ::T.untyped)
|
6041
|
+
Script_V3_2_0 = ::T.let(nil, ::T.untyped)
|
6044
6042
|
Type = ::T.let(nil, ::T.untyped)
|
6045
6043
|
UnicodeBlock = ::T.let(nil, ::T.untyped)
|
6046
6044
|
UnicodeBlock_V1_9_0 = ::T.let(nil, ::T.untyped)
|
@@ -6052,6 +6050,7 @@ module Regexp::Syntax::Token::UnicodeProperty
|
|
6052
6050
|
UnicodeBlock_V2_6_0 = ::T.let(nil, ::T.untyped)
|
6053
6051
|
UnicodeBlock_V2_6_2 = ::T.let(nil, ::T.untyped)
|
6054
6052
|
UnicodeBlock_V3_1_0 = ::T.let(nil, ::T.untyped)
|
6053
|
+
UnicodeBlock_V3_2_0 = ::T.let(nil, ::T.untyped)
|
6055
6054
|
V1_9_0 = ::T.let(nil, ::T.untyped)
|
6056
6055
|
V1_9_3 = ::T.let(nil, ::T.untyped)
|
6057
6056
|
V2_0_0 = ::T.let(nil, ::T.untyped)
|
@@ -6063,6 +6062,7 @@ module Regexp::Syntax::Token::UnicodeProperty
|
|
6063
6062
|
V2_6_2 = ::T.let(nil, ::T.untyped)
|
6064
6063
|
V2_6_3 = ::T.let(nil, ::T.untyped)
|
6065
6064
|
V3_1_0 = ::T.let(nil, ::T.untyped)
|
6065
|
+
V3_2_0 = ::T.let(nil, ::T.untyped)
|
6066
6066
|
end
|
6067
6067
|
|
6068
6068
|
module Regexp::Syntax::Token::UnicodeProperty::Category
|
@@ -6411,6 +6411,7 @@ module RuboCop::AST::NodePattern::Sets
|
|
6411
6411
|
SET__ = ::T.let(nil, ::T.untyped)
|
6412
6412
|
SET__AT_SLICE = ::T.let(nil, ::T.untyped)
|
6413
6413
|
SET__EQUAL_EQL = ::T.let(nil, ::T.untyped)
|
6414
|
+
SET__FETCH = ::T.let(nil, ::T.untyped)
|
6414
6415
|
SET__GLOB = ::T.let(nil, ::T.untyped)
|
6415
6416
|
SET___ = ::T.let(nil, ::T.untyped)
|
6416
6417
|
SET___2 = ::T.let(nil, ::T.untyped)
|
@@ -6425,6 +6426,7 @@ module RuboCop::AST::NodePattern::Sets
|
|
6425
6426
|
SET____ETC = ::T.let(nil, ::T.untyped)
|
6426
6427
|
SET____ETC_2 = ::T.let(nil, ::T.untyped)
|
6427
6428
|
SET____ETC_3 = ::T.let(nil, ::T.untyped)
|
6429
|
+
SET_____2 = ::T.let(nil, ::T.untyped)
|
6428
6430
|
end
|
6429
6431
|
|
6430
6432
|
class RuboCop::AST::ProcessedSource
|
@@ -6613,6 +6615,16 @@ class RuboCop::Cop::Gemspec::DateAssignment
|
|
6613
6615
|
MSG = ::T.let(nil, ::T.untyped)
|
6614
6616
|
end
|
6615
6617
|
|
6618
|
+
class RuboCop::Cop::Gemspec::DependencyVersion
|
6619
|
+
FORBIDDEN_MSG = ::T.let(nil, ::T.untyped)
|
6620
|
+
REQUIRED_MSG = ::T.let(nil, ::T.untyped)
|
6621
|
+
VERSION_SPECIFICATION_REGEX = ::T.let(nil, ::T.untyped)
|
6622
|
+
end
|
6623
|
+
|
6624
|
+
class RuboCop::Cop::Gemspec::DeprecatedAttributeAssignment
|
6625
|
+
MSG = ::T.let(nil, ::T.untyped)
|
6626
|
+
end
|
6627
|
+
|
6616
6628
|
class RuboCop::Cop::Gemspec::DuplicatedAssignment
|
6617
6629
|
MSG = ::T.let(nil, ::T.untyped)
|
6618
6630
|
end
|
@@ -6666,6 +6678,8 @@ class RuboCop::Cop::IfThenCorrector
|
|
6666
6678
|
DEFAULT_INDENTATION_WIDTH = ::T.let(nil, ::T.untyped)
|
6667
6679
|
end
|
6668
6680
|
|
6681
|
+
RuboCop::Cop::IgnoredPattern = RuboCop::Cop::AllowedPattern
|
6682
|
+
|
6669
6683
|
class RuboCop::Cop::Layout::AccessModifierIndentation
|
6670
6684
|
MSG = ::T.let(nil, ::T.untyped)
|
6671
6685
|
end
|
@@ -6847,6 +6861,7 @@ end
|
|
6847
6861
|
|
6848
6862
|
class RuboCop::Cop::Layout::HashAlignment
|
6849
6863
|
MESSAGES = ::T.let(nil, ::T.untyped)
|
6864
|
+
SEPARATOR_ALIGNMENT_STYLES = ::T.let(nil, ::T.untyped)
|
6850
6865
|
end
|
6851
6866
|
|
6852
6867
|
class RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
|
@@ -7484,6 +7499,11 @@ class RuboCop::Cop::Lint::RedundantWithObject
|
|
7484
7499
|
MSG_WITH_OBJECT = ::T.let(nil, ::T.untyped)
|
7485
7500
|
end
|
7486
7501
|
|
7502
|
+
class RuboCop::Cop::Lint::RefinementImportMethods
|
7503
|
+
MSG = ::T.let(nil, ::T.untyped)
|
7504
|
+
RESTRICT_ON_SEND = ::T.let(nil, ::T.untyped)
|
7505
|
+
end
|
7506
|
+
|
7487
7507
|
class RuboCop::Cop::Lint::RegexpAsCondition
|
7488
7508
|
MSG = ::T.let(nil, ::T.untyped)
|
7489
7509
|
end
|
@@ -7637,10 +7657,6 @@ class RuboCop::Cop::Lint::UselessAssignment
|
|
7637
7657
|
MSG = ::T.let(nil, ::T.untyped)
|
7638
7658
|
end
|
7639
7659
|
|
7640
|
-
class RuboCop::Cop::Lint::UselessElseWithoutRescue
|
7641
|
-
MSG = ::T.let(nil, ::T.untyped)
|
7642
|
-
end
|
7643
|
-
|
7644
7660
|
class RuboCop::Cop::Lint::UselessMethodDefinition
|
7645
7661
|
MSG = ::T.let(nil, ::T.untyped)
|
7646
7662
|
end
|
@@ -7855,7 +7871,8 @@ class RuboCop::Cop::RSpec::BeEql
|
|
7855
7871
|
end
|
7856
7872
|
|
7857
7873
|
class RuboCop::Cop::RSpec::BeNil
|
7858
|
-
|
7874
|
+
BE_MSG = ::T.let(nil, ::T.untyped)
|
7875
|
+
BE_NIL_MSG = ::T.let(nil, ::T.untyped)
|
7859
7876
|
RESTRICT_ON_SEND = ::T.let(nil, ::T.untyped)
|
7860
7877
|
end
|
7861
7878
|
|
@@ -7881,6 +7898,12 @@ class RuboCop::Cop::RSpec::Capybara::VisibilityMatcher
|
|
7881
7898
|
RESTRICT_ON_SEND = ::T.let(nil, ::T.untyped)
|
7882
7899
|
end
|
7883
7900
|
|
7901
|
+
class RuboCop::Cop::RSpec::ChangeByZero
|
7902
|
+
MSG = ::T.let(nil, ::T.untyped)
|
7903
|
+
MSG_COMPOUND = ::T.let(nil, ::T.untyped)
|
7904
|
+
RESTRICT_ON_SEND = ::T.let(nil, ::T.untyped)
|
7905
|
+
end
|
7906
|
+
|
7884
7907
|
class RuboCop::Cop::RSpec::ContextMethod
|
7885
7908
|
MSG = ::T.let(nil, ::T.untyped)
|
7886
7909
|
end
|
@@ -8254,6 +8277,12 @@ class RuboCop::Cop::RSpec::VariableName
|
|
8254
8277
|
MSG = ::T.let(nil, ::T.untyped)
|
8255
8278
|
end
|
8256
8279
|
|
8280
|
+
class RuboCop::Cop::RSpec::VerifiedDoubleReference
|
8281
|
+
MSG = ::T.let(nil, ::T.untyped)
|
8282
|
+
REFERENCE_TYPE_STYLES = ::T.let(nil, ::T.untyped)
|
8283
|
+
RESTRICT_ON_SEND = ::T.let(nil, ::T.untyped)
|
8284
|
+
end
|
8285
|
+
|
8257
8286
|
class RuboCop::Cop::RSpec::VerifiedDoubles
|
8258
8287
|
MSG = ::T.let(nil, ::T.untyped)
|
8259
8288
|
RESTRICT_ON_SEND = ::T.let(nil, ::T.untyped)
|
@@ -8292,6 +8321,12 @@ module RuboCop::Cop::RangeHelp
|
|
8292
8321
|
BYTE_ORDER_MARK = ::T.let(nil, ::T.untyped)
|
8293
8322
|
end
|
8294
8323
|
|
8324
|
+
class RuboCop::Cop::Security::CompoundHash
|
8325
|
+
COMBINATOR_IN_HASH_MSG = ::T.let(nil, ::T.untyped)
|
8326
|
+
MONUPLE_HASH_MSG = ::T.let(nil, ::T.untyped)
|
8327
|
+
REDUNDANT_HASH_MSG = ::T.let(nil, ::T.untyped)
|
8328
|
+
end
|
8329
|
+
|
8295
8330
|
class RuboCop::Cop::Security::Eval
|
8296
8331
|
MSG = ::T.let(nil, ::T.untyped)
|
8297
8332
|
RESTRICT_ON_SEND = ::T.let(nil, ::T.untyped)
|
@@ -8623,6 +8658,11 @@ class RuboCop::Cop::Style::EndlessMethod
|
|
8623
8658
|
MSG_MULTI_LINE = ::T.let(nil, ::T.untyped)
|
8624
8659
|
end
|
8625
8660
|
|
8661
|
+
class RuboCop::Cop::Style::EnvHome
|
8662
|
+
MSG = ::T.let(nil, ::T.untyped)
|
8663
|
+
RESTRICT_ON_SEND = ::T.let(nil, ::T.untyped)
|
8664
|
+
end
|
8665
|
+
|
8626
8666
|
class RuboCop::Cop::Style::EvalWithLocation
|
8627
8667
|
MSG = ::T.let(nil, ::T.untyped)
|
8628
8668
|
MSG_EVAL = ::T.let(nil, ::T.untyped)
|
@@ -8651,6 +8691,13 @@ class RuboCop::Cop::Style::ExponentialNotation
|
|
8651
8691
|
MESSAGES = ::T.let(nil, ::T.untyped)
|
8652
8692
|
end
|
8653
8693
|
|
8694
|
+
class RuboCop::Cop::Style::FetchEnvVar
|
8695
|
+
MSG_DEFAULT_NIL = ::T.let(nil, ::T.untyped)
|
8696
|
+
MSG_DEFAULT_RHS_MULTILINE_BLOCK = ::T.let(nil, ::T.untyped)
|
8697
|
+
MSG_DEFAULT_RHS_SECOND_ARG_OF_FETCH = ::T.let(nil, ::T.untyped)
|
8698
|
+
MSG_DEFAULT_RHS_SINGLE_LINE_BLOCK = ::T.let(nil, ::T.untyped)
|
8699
|
+
end
|
8700
|
+
|
8654
8701
|
class RuboCop::Cop::Style::FileRead
|
8655
8702
|
MSG = ::T.let(nil, ::T.untyped)
|
8656
8703
|
READ_FILE_START_TO_FINISH_MODES = ::T.let(nil, ::T.untyped)
|
@@ -8816,6 +8863,10 @@ class RuboCop::Cop::Style::LineEndConcatenation
|
|
8816
8863
|
SIMPLE_STRING_TOKEN_TYPE = ::T.let(nil, ::T.untyped)
|
8817
8864
|
end
|
8818
8865
|
|
8866
|
+
class RuboCop::Cop::Style::MapCompactWithConditionalBlock
|
8867
|
+
MSG = ::T.let(nil, ::T.untyped)
|
8868
|
+
end
|
8869
|
+
|
8819
8870
|
class RuboCop::Cop::Style::MapToHash
|
8820
8871
|
MSG = ::T.let(nil, ::T.untyped)
|
8821
8872
|
RESTRICT_ON_SEND = ::T.let(nil, ::T.untyped)
|
@@ -8895,7 +8946,9 @@ class RuboCop::Cop::Style::MultilineMethodSignature
|
|
8895
8946
|
end
|
8896
8947
|
|
8897
8948
|
class RuboCop::Cop::Style::MultilineTernaryOperator
|
8898
|
-
|
8949
|
+
MSG_IF = ::T.let(nil, ::T.untyped)
|
8950
|
+
MSG_SINGLE_LINE = ::T.let(nil, ::T.untyped)
|
8951
|
+
SINGLE_LINE_TYPES = ::T.let(nil, ::T.untyped)
|
8899
8952
|
end
|
8900
8953
|
|
8901
8954
|
class RuboCop::Cop::Style::MultilineWhenThen
|
@@ -8993,6 +9046,10 @@ class RuboCop::Cop::Style::NumericPredicate
|
|
8993
9046
|
RESTRICT_ON_SEND = ::T.let(nil, ::T.untyped)
|
8994
9047
|
end
|
8995
9048
|
|
9049
|
+
class RuboCop::Cop::Style::ObjectThen
|
9050
|
+
MSG = ::T.let(nil, ::T.untyped)
|
9051
|
+
end
|
9052
|
+
|
8996
9053
|
class RuboCop::Cop::Style::OneLineConditional
|
8997
9054
|
MSG = ::T.let(nil, ::T.untyped)
|
8998
9055
|
end
|
@@ -9102,6 +9159,11 @@ class RuboCop::Cop::Style::RedundantFreeze
|
|
9102
9159
|
RESTRICT_ON_SEND = ::T.let(nil, ::T.untyped)
|
9103
9160
|
end
|
9104
9161
|
|
9162
|
+
class RuboCop::Cop::Style::RedundantInitialize
|
9163
|
+
MSG = ::T.let(nil, ::T.untyped)
|
9164
|
+
MSG_EMPTY = ::T.let(nil, ::T.untyped)
|
9165
|
+
end
|
9166
|
+
|
9105
9167
|
class RuboCop::Cop::Style::RedundantInterpolation
|
9106
9168
|
MSG = ::T.let(nil, ::T.untyped)
|
9107
9169
|
end
|
@@ -9240,6 +9302,7 @@ class RuboCop::Cop::Style::SoleNestedConditional
|
|
9240
9302
|
end
|
9241
9303
|
|
9242
9304
|
class RuboCop::Cop::Style::SpecialGlobalVars
|
9305
|
+
BUILTIN_VARS = ::T.let(nil, ::T.untyped)
|
9243
9306
|
ENGLISH_VARS = ::T.let(nil, ::T.untyped)
|
9244
9307
|
LIBRARY_NAME = ::T.let(nil, ::T.untyped)
|
9245
9308
|
MSG_BOTH = ::T.let(nil, ::T.untyped)
|
@@ -9247,6 +9310,7 @@ class RuboCop::Cop::Style::SpecialGlobalVars
|
|
9247
9310
|
MSG_REGULAR = ::T.let(nil, ::T.untyped)
|
9248
9311
|
NON_ENGLISH_VARS = ::T.let(nil, ::T.untyped)
|
9249
9312
|
PERL_VARS = ::T.let(nil, ::T.untyped)
|
9313
|
+
STYLE_VARS_MAP = ::T.let(nil, ::T.untyped)
|
9250
9314
|
end
|
9251
9315
|
|
9252
9316
|
class RuboCop::Cop::Style::StabbyLambdaParentheses
|
@@ -9706,6 +9770,12 @@ class SimpleCov::ExitCodes::MaximumCoverageDropCheck
|
|
9706
9770
|
MAX_DROP_ACCURACY = ::T.let(nil, ::T.untyped)
|
9707
9771
|
end
|
9708
9772
|
|
9773
|
+
class SimpleCov::Formatter::CoberturaFormatter
|
9774
|
+
DTD_URL = ::T.let(nil, ::T.untyped)
|
9775
|
+
RESULT_FILE_NAME = ::T.let(nil, ::T.untyped)
|
9776
|
+
VERSION = ::T.let(nil, ::T.untyped)
|
9777
|
+
end
|
9778
|
+
|
9709
9779
|
class SimpleCov::Formatter::HTMLFormatter
|
9710
9780
|
VERSION = ::T.let(nil, ::T.untyped)
|
9711
9781
|
end
|
@@ -9933,14 +10003,6 @@ module Socket::Constants
|
|
9933
10003
|
TCP_NOPUSH = ::T.let(nil, ::T.untyped)
|
9934
10004
|
end
|
9935
10005
|
|
9936
|
-
class SortedSet
|
9937
|
-
def initialize(*args, &block); end
|
9938
|
-
end
|
9939
|
-
|
9940
|
-
class SortedSet
|
9941
|
-
def self.setup(); end
|
9942
|
-
end
|
9943
|
-
|
9944
10006
|
class String
|
9945
10007
|
include ::JSON::Ext::Generator::GeneratorMethods::String
|
9946
10008
|
def shellescape(); end
|