ech_config 0.0.2 → 0.0.3
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 +1 -0
- data/Gemfile +1 -0
- data/Gemfile.lock +21 -17
- data/lib/ech_config/ech_config_contents/hpke_key_config/hpke_kem_id.rb +6 -2
- data/lib/ech_config/ech_config_contents/hpke_key_config/hpke_public_key.rb +0 -1
- data/lib/ech_config/ech_config_contents/hpke_key_config/hpke_symmetric_cipher_suite/hpke_aead_id.rb +6 -2
- data/lib/ech_config/ech_config_contents/hpke_key_config/hpke_symmetric_cipher_suite/hpke_kdf_id.rb +6 -2
- data/lib/ech_config/ech_config_contents/hpke_key_config/hpke_symmetric_cipher_suite.rb +6 -2
- data/lib/ech_config/ech_config_contents/hpke_key_config.rb +1 -1
- data/lib/ech_config/ech_config_contents.rb +1 -1
- data/lib/ech_config/version.rb +1 -1
- data/lib/ech_config.rb +1 -1
- data/sorbet/rbi/gems/ech_config.rbi +1 -1
- data/sorbet/rbi/gems/parallel.rbi +4 -6
- data/sorbet/rbi/gems/parser.rbi +95 -39
- data/sorbet/rbi/gems/racc.rbi +43 -0
- data/sorbet/rbi/gems/rake.rbi +2 -1
- data/sorbet/rbi/gems/regexp_parser.rbi +78 -36
- data/sorbet/rbi/gems/rexml.rbi +9 -5
- data/sorbet/rbi/gems/rubocop-ast.rbi +6 -1
- data/sorbet/rbi/gems/rubocop-sorbet.rbi +147 -53
- data/sorbet/rbi/gems/ruby-progressbar.rbi +171 -154
- data/sorbet/rbi/gems/unicode-display_width.rbi +1 -1
- data/sorbet/rbi/gems/webrick.rbi +6 -1
- data/sorbet/rbi/hidden-definitions/errors.txt +353 -170
- data/sorbet/rbi/hidden-definitions/hidden.rbi +161 -47
- data/spec/ech_config_spec.rb +35 -0
- data/spec/hpke_key_config_spec.rb +6 -7
- metadata +5 -2
@@ -39,18 +39,6 @@
|
|
39
39
|
#
|
40
40
|
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
41
41
|
# ^^^^^^^^^^
|
42
|
-
# wrong constant name <RESERVED_1>
|
43
|
-
#
|
44
|
-
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
45
|
-
# ^^^^^^^^^^
|
46
|
-
# wrong constant name <RESERVED_2>
|
47
|
-
#
|
48
|
-
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
49
|
-
# ^^^^^^^^^^
|
50
|
-
# wrong constant name <RESERVED_3>
|
51
|
-
#
|
52
|
-
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
53
|
-
# ^^^^^^^^^^
|
54
42
|
# wrong constant name <TypeAlias>
|
55
43
|
#
|
56
44
|
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -75,14 +63,6 @@
|
|
75
63
|
#
|
76
64
|
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
77
65
|
# ^^^^^^^^^^
|
78
|
-
# wrong constant name <top>
|
79
|
-
#
|
80
|
-
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
81
|
-
# ^^^^^^^^^^
|
82
|
-
# wrong constant name <top>
|
83
|
-
#
|
84
|
-
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
85
|
-
# ^^^^^^^^^^
|
86
66
|
# wrong constant name connect_internal
|
87
67
|
#
|
88
68
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -95,10 +75,6 @@
|
|
95
75
|
#
|
96
76
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
97
77
|
# ^^^^^^^^^^
|
98
|
-
# wrong constant name intersect?
|
99
|
-
#
|
100
|
-
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
101
|
-
# ^^^^^^^^^^
|
102
78
|
# wrong constant name shelljoin
|
103
79
|
#
|
104
80
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -111,10 +87,6 @@
|
|
111
87
|
#
|
112
88
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
113
89
|
# ^^^^^^^^^^
|
114
|
-
# wrong constant name <Class:BasicObject>
|
115
|
-
#
|
116
|
-
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
117
|
-
# ^^^^^^^^^^
|
118
90
|
# uninitialized constant Benchmark
|
119
91
|
#
|
120
92
|
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -5245,7 +5217,7 @@
|
|
5245
5217
|
#
|
5246
5218
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
5247
5219
|
# ^^^^^^^^^^
|
5248
|
-
# Did you mean? Bundler::URI::LDAPS::
|
5220
|
+
# Did you mean? Bundler::URI::LDAPS::SCOPE_SUB
|
5249
5221
|
# uninitialized constant Bundler::URI::LDAPS::SCOPE_BASE
|
5250
5222
|
#
|
5251
5223
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -7454,28 +7426,28 @@
|
|
7454
7426
|
#
|
7455
7427
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
7456
7428
|
# ^^^^^^^^^^
|
7457
|
-
# Did you mean? Fiddle::Importer::
|
7429
|
+
# Did you mean? Fiddle::Importer::TYPE_VOID
|
7458
7430
|
# uninitialized constant Fiddle::Importer::TYPE_FLOAT
|
7459
7431
|
#
|
7460
7432
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
7461
7433
|
# ^^^^^^^^^^
|
7462
7434
|
# Did you mean? Fiddle::Importer::TYPE_LONG
|
7463
7435
|
# Fiddle::TYPE_LONG
|
7464
|
-
# Fiddle::TYPE_SHORT
|
7465
7436
|
# Fiddle::Importer::TYPE_SHORT
|
7437
|
+
# Fiddle::TYPE_SHORT
|
7466
7438
|
# uninitialized constant Fiddle::Importer::TYPE_INT
|
7467
7439
|
#
|
7468
7440
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
7469
7441
|
# ^^^^^^^^^^
|
7470
|
-
# Did you mean? Fiddle::
|
7442
|
+
# Did you mean? Fiddle::TYPE_VOID
|
7471
7443
|
# uninitialized constant Fiddle::Importer::TYPE_INT16_T
|
7472
7444
|
#
|
7473
7445
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
7474
7446
|
# ^^^^^^^^^^
|
7475
7447
|
# Did you mean? Fiddle::TYPE_INT64_T
|
7476
7448
|
# Fiddle::Importer::TYPE_INT64_T
|
7477
|
-
# Fiddle::TYPE_INT8_T
|
7478
7449
|
# Fiddle::Importer::TYPE_INT8_T
|
7450
|
+
# Fiddle::TYPE_INT8_T
|
7479
7451
|
# Fiddle::TYPE_INT32_T
|
7480
7452
|
# Fiddle::Importer::TYPE_INT32_T
|
7481
7453
|
# Fiddle::TYPE_INTPTR_T
|
@@ -7484,11 +7456,11 @@
|
|
7484
7456
|
#
|
7485
7457
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
7486
7458
|
# ^^^^^^^^^^
|
7487
|
-
# Did you mean? Fiddle::TYPE_INT8_T
|
7488
|
-
# Fiddle::
|
7459
|
+
# Did you mean? Fiddle::Importer::TYPE_INT8_T
|
7460
|
+
# Fiddle::TYPE_INT8_T
|
7489
7461
|
# Fiddle::Importer::TYPE_INT64_T
|
7490
|
-
# Fiddle::TYPE_INT16_T
|
7491
7462
|
# Fiddle::Importer::TYPE_INT16_T
|
7463
|
+
# Fiddle::TYPE_INT16_T
|
7492
7464
|
# Fiddle::TYPE_INT64_T
|
7493
7465
|
# Fiddle::TYPE_INTPTR_T
|
7494
7466
|
# Fiddle::Importer::TYPE_INTPTR_T
|
@@ -7498,22 +7470,22 @@
|
|
7498
7470
|
# ^^^^^^^^^^
|
7499
7471
|
# Did you mean? Fiddle::TYPE_INT16_T
|
7500
7472
|
# Fiddle::Importer::TYPE_INT16_T
|
7501
|
-
# Fiddle::TYPE_INT8_T
|
7502
7473
|
# Fiddle::Importer::TYPE_INT8_T
|
7474
|
+
# Fiddle::TYPE_INT8_T
|
7503
7475
|
# Fiddle::Importer::TYPE_INT32_T
|
7504
7476
|
# Fiddle::TYPE_INT32_T
|
7505
|
-
# Fiddle::TYPE_INTPTR_T
|
7506
7477
|
# Fiddle::Importer::TYPE_INTPTR_T
|
7478
|
+
# Fiddle::TYPE_INTPTR_T
|
7507
7479
|
# uninitialized constant Fiddle::Importer::TYPE_INT8_T
|
7508
7480
|
#
|
7509
7481
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
7510
7482
|
# ^^^^^^^^^^
|
7511
|
-
# Did you mean? Fiddle::TYPE_INT64_T
|
7512
|
-
# Fiddle::TYPE_INT16_T
|
7513
|
-
# Fiddle::Importer::TYPE_INT64_T
|
7483
|
+
# Did you mean? Fiddle::Importer::TYPE_INT64_T
|
7514
7484
|
# Fiddle::Importer::TYPE_INT32_T
|
7515
7485
|
# Fiddle::Importer::TYPE_INT16_T
|
7486
|
+
# Fiddle::TYPE_INT16_T
|
7516
7487
|
# Fiddle::TYPE_INT32_T
|
7488
|
+
# Fiddle::TYPE_INT64_T
|
7517
7489
|
# Fiddle::Importer::TYPE_INTPTR_T
|
7518
7490
|
# Fiddle::TYPE_INTPTR_T
|
7519
7491
|
# Fiddle::TYPE_INT
|
@@ -7523,11 +7495,11 @@
|
|
7523
7495
|
# ^^^^^^^^^^
|
7524
7496
|
# Did you mean? Fiddle::TYPE_INT8_T
|
7525
7497
|
# Fiddle::Importer::TYPE_INT8_T
|
7526
|
-
# Fiddle::TYPE_INT64_T
|
7527
7498
|
# Fiddle::TYPE_INT16_T
|
7528
7499
|
# Fiddle::Importer::TYPE_INT64_T
|
7529
7500
|
# Fiddle::Importer::TYPE_INT32_T
|
7530
7501
|
# Fiddle::Importer::TYPE_INT16_T
|
7502
|
+
# Fiddle::TYPE_INT64_T
|
7531
7503
|
# Fiddle::TYPE_INT32_T
|
7532
7504
|
# Fiddle::TYPE_UINTPTR_T
|
7533
7505
|
# Fiddle::Importer::TYPE_UINTPTR_T
|
@@ -7535,12 +7507,12 @@
|
|
7535
7507
|
#
|
7536
7508
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
7537
7509
|
# ^^^^^^^^^^
|
7538
|
-
# Did you mean? Fiddle::
|
7539
|
-
# Fiddle::TYPE_INT
|
7510
|
+
# Did you mean? Fiddle::TYPE_INT
|
7511
|
+
# Fiddle::Importer::TYPE_INT
|
7540
7512
|
# Fiddle::Importer::TYPE_VOID
|
7541
7513
|
# Fiddle::TYPE_VOID
|
7542
|
-
# Fiddle::TYPE_FLOAT
|
7543
7514
|
# Fiddle::Importer::TYPE_FLOAT
|
7515
|
+
# Fiddle::TYPE_FLOAT
|
7544
7516
|
# uninitialized constant Fiddle::Importer::TYPE_LONG_LONG
|
7545
7517
|
#
|
7546
7518
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -7555,22 +7527,22 @@
|
|
7555
7527
|
#
|
7556
7528
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
7557
7529
|
# ^^^^^^^^^^
|
7558
|
-
# Did you mean? Fiddle::
|
7559
|
-
# Fiddle::TYPE_CHAR
|
7530
|
+
# Did you mean? Fiddle::TYPE_CHAR
|
7531
|
+
# Fiddle::Importer::TYPE_CHAR
|
7560
7532
|
# Fiddle::Importer::TYPE_FLOAT
|
7561
7533
|
# Fiddle::TYPE_FLOAT
|
7562
7534
|
# uninitialized constant Fiddle::Importer::TYPE_SIZE_T
|
7563
7535
|
#
|
7564
7536
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
7565
7537
|
# ^^^^^^^^^^
|
7566
|
-
# Did you mean? Fiddle::
|
7567
|
-
# Fiddle::TYPE_SSIZE_T
|
7538
|
+
# Did you mean? Fiddle::TYPE_SSIZE_T
|
7539
|
+
# Fiddle::Importer::TYPE_SSIZE_T
|
7568
7540
|
# uninitialized constant Fiddle::Importer::TYPE_SSIZE_T
|
7569
7541
|
#
|
7570
7542
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
7571
7543
|
# ^^^^^^^^^^
|
7572
|
-
# Did you mean? Fiddle::
|
7573
|
-
# Fiddle::TYPE_SIZE_T
|
7544
|
+
# Did you mean? Fiddle::TYPE_SIZE_T
|
7545
|
+
# Fiddle::Importer::TYPE_SIZE_T
|
7574
7546
|
# uninitialized constant Fiddle::Importer::TYPE_UINTPTR_T
|
7575
7547
|
#
|
7576
7548
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -7578,10 +7550,10 @@
|
|
7578
7550
|
# Did you mean? Fiddle::TYPE_INT8_T
|
7579
7551
|
# Fiddle::Importer::TYPE_INT8_T
|
7580
7552
|
# Fiddle::TYPE_INT16_T
|
7581
|
-
# Fiddle::TYPE_INT64_T
|
7582
7553
|
# Fiddle::Importer::TYPE_INT64_T
|
7583
7554
|
# Fiddle::Importer::TYPE_INT32_T
|
7584
7555
|
# Fiddle::Importer::TYPE_INT16_T
|
7556
|
+
# Fiddle::TYPE_INT64_T
|
7585
7557
|
# Fiddle::TYPE_INT32_T
|
7586
7558
|
# Fiddle::TYPE_INTPTR_T
|
7587
7559
|
# Fiddle::Importer::TYPE_INTPTR_T
|
@@ -7589,15 +7561,15 @@
|
|
7589
7561
|
#
|
7590
7562
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
7591
7563
|
# ^^^^^^^^^^
|
7592
|
-
# Did you mean? Fiddle::
|
7564
|
+
# Did you mean? Fiddle::TYPE_INT
|
7593
7565
|
# uninitialized constant Fiddle::Importer::TYPE_VOID
|
7594
7566
|
#
|
7595
7567
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
7596
7568
|
# ^^^^^^^^^^
|
7597
|
-
# Did you mean? Fiddle::
|
7598
|
-
# Fiddle::TYPE_LONG
|
7599
|
-
# Fiddle::Importer::TYPE_VOIDP
|
7569
|
+
# Did you mean? Fiddle::TYPE_LONG
|
7570
|
+
# Fiddle::Importer::TYPE_LONG
|
7600
7571
|
# Fiddle::TYPE_VOIDP
|
7572
|
+
# Fiddle::Importer::TYPE_VOIDP
|
7601
7573
|
# uninitialized constant Fiddle::Importer::TYPE_VOIDP
|
7602
7574
|
#
|
7603
7575
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -7861,18 +7833,6 @@
|
|
7861
7833
|
#
|
7862
7834
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
7863
7835
|
# ^^^^^^^^^^
|
7864
|
-
# wrong constant name measure_total_time
|
7865
|
-
#
|
7866
|
-
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
7867
|
-
# ^^^^^^^^^^
|
7868
|
-
# wrong constant name measure_total_time=
|
7869
|
-
#
|
7870
|
-
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
7871
|
-
# ^^^^^^^^^^
|
7872
|
-
# wrong constant name total_time
|
7873
|
-
#
|
7874
|
-
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
7875
|
-
# ^^^^^^^^^^
|
7876
7836
|
# wrong constant name using_rvargc?
|
7877
7837
|
#
|
7878
7838
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -9798,27 +9758,43 @@
|
|
9798
9758
|
#
|
9799
9759
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
9800
9760
|
# ^^^^^^^^^^
|
9801
|
-
# wrong constant name
|
9761
|
+
# wrong constant name script_safe
|
9802
9762
|
#
|
9803
9763
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
9804
9764
|
# ^^^^^^^^^^
|
9805
|
-
# wrong constant name
|
9765
|
+
# wrong constant name script_safe=
|
9806
9766
|
#
|
9807
9767
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
9808
9768
|
# ^^^^^^^^^^
|
9809
|
-
# wrong constant name
|
9769
|
+
# wrong constant name script_safe?
|
9810
9770
|
#
|
9811
9771
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
9812
9772
|
# ^^^^^^^^^^
|
9813
|
-
# wrong constant name
|
9773
|
+
# wrong constant name strict
|
9814
9774
|
#
|
9815
9775
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
9816
9776
|
# ^^^^^^^^^^
|
9817
|
-
# wrong constant name
|
9777
|
+
# wrong constant name strict=
|
9778
|
+
#
|
9779
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
9780
|
+
# ^^^^^^^^^^
|
9781
|
+
# wrong constant name strict?
|
9782
|
+
#
|
9783
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
9784
|
+
# ^^^^^^^^^^
|
9785
|
+
# wrong constant name from_state
|
9786
|
+
#
|
9787
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
9788
|
+
# ^^^^^^^^^^
|
9789
|
+
# wrong constant name initialize
|
9818
9790
|
#
|
9819
9791
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
9820
9792
|
# ^^^^^^^^^^
|
9821
|
-
# wrong constant name
|
9793
|
+
# wrong constant name create_fast_state
|
9794
|
+
#
|
9795
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
9796
|
+
# ^^^^^^^^^^
|
9797
|
+
# wrong constant name create_pretty_state
|
9822
9798
|
#
|
9823
9799
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
9824
9800
|
# ^^^^^^^^^^
|
@@ -10080,14 +10056,6 @@
|
|
10080
10056
|
#
|
10081
10057
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
10082
10058
|
# ^^^^^^^^^^
|
10083
|
-
# wrong constant name max_retries
|
10084
|
-
#
|
10085
|
-
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
10086
|
-
# ^^^^^^^^^^
|
10087
|
-
# wrong constant name max_retries=
|
10088
|
-
#
|
10089
|
-
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
10090
|
-
# ^^^^^^^^^^
|
10091
10059
|
# wrong constant name max_version
|
10092
10060
|
#
|
10093
10061
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -10404,10 +10372,6 @@
|
|
10404
10372
|
#
|
10405
10373
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
10406
10374
|
# ^^^^^^^^^^
|
10407
|
-
# wrong constant name <Class:Object>
|
10408
|
-
#
|
10409
|
-
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
10410
|
-
# ^^^^^^^^^^
|
10411
10375
|
# uninitialized constant Observable
|
10412
10376
|
#
|
10413
10377
|
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -11060,14 +11024,6 @@
|
|
11060
11024
|
#
|
11061
11025
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
11062
11026
|
# ^^^^^^^^^^
|
11063
|
-
# wrong constant name fixed_length_secure_compare
|
11064
|
-
#
|
11065
|
-
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
11066
|
-
# ^^^^^^^^^^
|
11067
|
-
# wrong constant name secure_compare
|
11068
|
-
#
|
11069
|
-
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
11070
|
-
# ^^^^^^^^^^
|
11071
11027
|
# wrong constant name __id__!
|
11072
11028
|
#
|
11073
11029
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -11379,6 +11335,10 @@
|
|
11379
11335
|
#
|
11380
11336
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
11381
11337
|
# ^^^^^^^^^^
|
11338
|
+
# wrong constant name lutime
|
11339
|
+
#
|
11340
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
11341
|
+
# ^^^^^^^^^^
|
11382
11342
|
# uninitialized constant Prime
|
11383
11343
|
#
|
11384
11344
|
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -11581,10 +11541,6 @@
|
|
11581
11541
|
#
|
11582
11542
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
11583
11543
|
# ^^^^^^^^^^
|
11584
|
-
# wrong constant name safe_load_file
|
11585
|
-
#
|
11586
|
-
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
11587
|
-
# ^^^^^^^^^^
|
11588
11544
|
# wrong constant name unsafe_load
|
11589
11545
|
#
|
11590
11546
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -12728,6 +12684,50 @@
|
|
12728
12684
|
#
|
12729
12685
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
12730
12686
|
# ^^^^^^^^^^
|
12687
|
+
# uninitialized constant REXML::Namespace::NAME
|
12688
|
+
#
|
12689
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
12690
|
+
# ^^^^^^^^^^
|
12691
|
+
# uninitialized constant REXML::Namespace::NAMECHAR
|
12692
|
+
#
|
12693
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
12694
|
+
# ^^^^^^^^^^
|
12695
|
+
# Did you mean? REXML::Namespace::NAME_CHAR
|
12696
|
+
# uninitialized constant REXML::Namespace::NAME_CHAR
|
12697
|
+
#
|
12698
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
12699
|
+
# ^^^^^^^^^^
|
12700
|
+
# Did you mean? REXML::Namespace::NAME_STR
|
12701
|
+
# REXML::Namespace::NAMECHAR
|
12702
|
+
# uninitialized constant REXML::Namespace::NAME_START_CHAR
|
12703
|
+
#
|
12704
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
12705
|
+
# ^^^^^^^^^^
|
12706
|
+
# uninitialized constant REXML::Namespace::NAME_STR
|
12707
|
+
#
|
12708
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
12709
|
+
# ^^^^^^^^^^
|
12710
|
+
# Did you mean? REXML::Namespace::NCNAME_STR
|
12711
|
+
# uninitialized constant REXML::Namespace::NCNAME_STR
|
12712
|
+
#
|
12713
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
12714
|
+
# ^^^^^^^^^^
|
12715
|
+
# Did you mean? REXML::Namespace::NAME_STR
|
12716
|
+
# uninitialized constant REXML::Namespace::NMTOKEN
|
12717
|
+
#
|
12718
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
12719
|
+
# ^^^^^^^^^^
|
12720
|
+
# Did you mean? REXML::Namespace::NMTOKENS
|
12721
|
+
# uninitialized constant REXML::Namespace::NMTOKENS
|
12722
|
+
#
|
12723
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
12724
|
+
# ^^^^^^^^^^
|
12725
|
+
# Did you mean? REXML::XMLTokens
|
12726
|
+
# uninitialized constant REXML::Namespace::REFERENCE
|
12727
|
+
#
|
12728
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
12729
|
+
# ^^^^^^^^^^
|
12730
|
+
# Did you mean? REXML::ReferenceWriter
|
12731
12731
|
# uninitialized constant REXML::Parsers::XPathParser::NAME
|
12732
12732
|
#
|
12733
12733
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -13110,18 +13110,18 @@
|
|
13110
13110
|
#
|
13111
13111
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
13112
13112
|
# ^^^^^^^^^^
|
13113
|
-
# wrong constant name ruby
|
13114
|
-
#
|
13115
|
-
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
13116
|
-
# ^^^^^^^^^^
|
13117
13113
|
# wrong constant name completion_quote_character
|
13118
13114
|
#
|
13119
13115
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
13120
13116
|
# ^^^^^^^^^^
|
13121
|
-
#
|
13117
|
+
# uninitialized constant Regexp::TimeoutError
|
13122
13118
|
#
|
13123
|
-
#
|
13124
|
-
#
|
13119
|
+
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
13120
|
+
# ^^^^^^^^^^
|
13121
|
+
# uninitialized constant Regexp::TimeoutError
|
13122
|
+
#
|
13123
|
+
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
13124
|
+
# ^^^^^^^^^^
|
13125
13125
|
# wrong constant name extract_resources
|
13126
13126
|
#
|
13127
13127
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -13344,8 +13344,8 @@
|
|
13344
13344
|
# Did you mean? Ripper::Lexer::EXPR_ARG
|
13345
13345
|
# Ripper::EXPR_ARG
|
13346
13346
|
# Ripper::EXPR_END
|
13347
|
-
# Ripper::EXPR_ENDFN
|
13348
13347
|
# Ripper::Lexer::EXPR_ENDFN
|
13348
|
+
# Ripper::EXPR_ENDFN
|
13349
13349
|
# Ripper::Lexer::EXPR_CMDARG
|
13350
13350
|
# Ripper::EXPR_CMDARG
|
13351
13351
|
# Ripper::Lexer::EXPR_END_ANY
|
@@ -13355,10 +13355,10 @@
|
|
13355
13355
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
13356
13356
|
# ^^^^^^^^^^
|
13357
13357
|
# Did you mean? Ripper::EXPR_END
|
13358
|
-
# Ripper::Lexer::EXPR_ENDARG
|
13359
13358
|
# Ripper::EXPR_ENDARG
|
13360
|
-
# Ripper::
|
13359
|
+
# Ripper::Lexer::EXPR_ENDARG
|
13361
13360
|
# Ripper::Lexer::EXPR_END_ANY
|
13361
|
+
# Ripper::EXPR_END_ANY
|
13362
13362
|
# uninitialized constant Ripper::Lexer::EXPR_END_ANY
|
13363
13363
|
#
|
13364
13364
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -13637,8 +13637,8 @@
|
|
13637
13637
|
# Did you mean? Ripper::SexpBuilder::EXPR_ARG
|
13638
13638
|
# Ripper::EXPR_ARG
|
13639
13639
|
# Ripper::EXPR_END
|
13640
|
-
# Ripper::EXPR_ENDFN
|
13641
13640
|
# Ripper::SexpBuilder::EXPR_ENDFN
|
13641
|
+
# Ripper::EXPR_ENDFN
|
13642
13642
|
# Ripper::SexpBuilder::EXPR_CMDARG
|
13643
13643
|
# Ripper::EXPR_CMDARG
|
13644
13644
|
# Ripper::SexpBuilder::EXPR_END_ANY
|
@@ -13648,10 +13648,10 @@
|
|
13648
13648
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
13649
13649
|
# ^^^^^^^^^^
|
13650
13650
|
# Did you mean? Ripper::EXPR_END
|
13651
|
-
# Ripper::SexpBuilder::EXPR_ENDARG
|
13652
13651
|
# Ripper::EXPR_ENDARG
|
13653
|
-
# Ripper::
|
13652
|
+
# Ripper::SexpBuilder::EXPR_ENDARG
|
13654
13653
|
# Ripper::SexpBuilder::EXPR_END_ANY
|
13654
|
+
# Ripper::EXPR_END_ANY
|
13655
13655
|
# uninitialized constant Ripper::SexpBuilder::EXPR_END_ANY
|
13656
13656
|
#
|
13657
13657
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -18606,6 +18606,46 @@
|
|
18606
18606
|
#
|
18607
18607
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18608
18608
|
# ^^^^^^^^^^
|
18609
|
+
# uninitialized constant RuboCop::Cop::Sorbet::AllowIncompatibleOverride::HIDDEN_FILE_PATTERN
|
18610
|
+
#
|
18611
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18612
|
+
# ^^^^^^^^^^
|
18613
|
+
# uninitialized constant RuboCop::Cop::Sorbet::AllowIncompatibleOverride::LITERAL_REGEX
|
18614
|
+
#
|
18615
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18616
|
+
# ^^^^^^^^^^
|
18617
|
+
# uninitialized constant RuboCop::Cop::Sorbet::BindingConstantWithoutTypeAlias::HIDDEN_FILE_PATTERN
|
18618
|
+
#
|
18619
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18620
|
+
# ^^^^^^^^^^
|
18621
|
+
# uninitialized constant RuboCop::Cop::Sorbet::BindingConstantWithoutTypeAlias::LITERAL_REGEX
|
18622
|
+
#
|
18623
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18624
|
+
# ^^^^^^^^^^
|
18625
|
+
# uninitialized constant RuboCop::Cop::Sorbet::BindingConstantWithoutTypeAlias::RESTRICT_ON_SEND
|
18626
|
+
#
|
18627
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18628
|
+
# ^^^^^^^^^^
|
18629
|
+
# uninitialized constant RuboCop::Cop::Sorbet::BuggyObsoleteStrictMemoization::BYTE_ORDER_MARK
|
18630
|
+
#
|
18631
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18632
|
+
# ^^^^^^^^^^
|
18633
|
+
# uninitialized constant RuboCop::Cop::Sorbet::BuggyObsoleteStrictMemoization::HIDDEN_FILE_PATTERN
|
18634
|
+
#
|
18635
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18636
|
+
# ^^^^^^^^^^
|
18637
|
+
# uninitialized constant RuboCop::Cop::Sorbet::BuggyObsoleteStrictMemoization::LITERAL_REGEX
|
18638
|
+
#
|
18639
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18640
|
+
# ^^^^^^^^^^
|
18641
|
+
# uninitialized constant RuboCop::Cop::Sorbet::BuggyObsoleteStrictMemoization::RESTRICT_ON_SEND
|
18642
|
+
#
|
18643
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18644
|
+
# ^^^^^^^^^^
|
18645
|
+
# uninitialized constant RuboCop::Cop::Sorbet::BuggyObsoleteStrictMemoization::SPACE
|
18646
|
+
#
|
18647
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18648
|
+
# ^^^^^^^^^^
|
18609
18649
|
# uninitialized constant RuboCop::Cop::Sorbet::CallbackConditionalsBinding::HIDDEN_FILE_PATTERN
|
18610
18650
|
#
|
18611
18651
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -18618,6 +18658,22 @@
|
|
18618
18658
|
#
|
18619
18659
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18620
18660
|
# ^^^^^^^^^^
|
18661
|
+
# uninitialized constant RuboCop::Cop::Sorbet::EmptyLineAfterSig::BYTE_ORDER_MARK
|
18662
|
+
#
|
18663
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18664
|
+
# ^^^^^^^^^^
|
18665
|
+
# uninitialized constant RuboCop::Cop::Sorbet::EmptyLineAfterSig::HIDDEN_FILE_PATTERN
|
18666
|
+
#
|
18667
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18668
|
+
# ^^^^^^^^^^
|
18669
|
+
# uninitialized constant RuboCop::Cop::Sorbet::EmptyLineAfterSig::LITERAL_REGEX
|
18670
|
+
#
|
18671
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18672
|
+
# ^^^^^^^^^^
|
18673
|
+
# uninitialized constant RuboCop::Cop::Sorbet::EmptyLineAfterSig::RESTRICT_ON_SEND
|
18674
|
+
#
|
18675
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18676
|
+
# ^^^^^^^^^^
|
18621
18677
|
# uninitialized constant RuboCop::Cop::Sorbet::EnforceSigilOrder::BYTE_ORDER_MARK
|
18622
18678
|
#
|
18623
18679
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -18663,10 +18719,6 @@
|
|
18663
18719
|
#
|
18664
18720
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18665
18721
|
# ^^^^^^^^^^
|
18666
|
-
# uninitialized constant RuboCop::Cop::Sorbet::ForbidIncludeConstLiteral::RESTRICT_ON_SEND
|
18667
|
-
#
|
18668
|
-
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18669
|
-
# ^^^^^^^^^^
|
18670
18722
|
# uninitialized constant RuboCop::Cop::Sorbet::ForbidSuperclassConstLiteral::HIDDEN_FILE_PATTERN
|
18671
18723
|
#
|
18672
18724
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -18679,6 +18731,50 @@
|
|
18679
18731
|
#
|
18680
18732
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18681
18733
|
# ^^^^^^^^^^
|
18734
|
+
# uninitialized constant RuboCop::Cop::Sorbet::ForbidTStruct::BYTE_ORDER_MARK
|
18735
|
+
#
|
18736
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18737
|
+
# ^^^^^^^^^^
|
18738
|
+
# uninitialized constant RuboCop::Cop::Sorbet::ForbidTStruct::HIDDEN_FILE_PATTERN
|
18739
|
+
#
|
18740
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18741
|
+
# ^^^^^^^^^^
|
18742
|
+
# uninitialized constant RuboCop::Cop::Sorbet::ForbidTStruct::LITERAL_REGEX
|
18743
|
+
#
|
18744
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18745
|
+
# ^^^^^^^^^^
|
18746
|
+
# uninitialized constant RuboCop::Cop::Sorbet::ForbidTStruct::SPACE
|
18747
|
+
#
|
18748
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18749
|
+
# ^^^^^^^^^^
|
18750
|
+
# uninitialized constant RuboCop::Cop::Sorbet::ForbidTUnsafe::HIDDEN_FILE_PATTERN
|
18751
|
+
#
|
18752
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18753
|
+
# ^^^^^^^^^^
|
18754
|
+
# uninitialized constant RuboCop::Cop::Sorbet::ForbidTUnsafe::LITERAL_REGEX
|
18755
|
+
#
|
18756
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18757
|
+
# ^^^^^^^^^^
|
18758
|
+
# uninitialized constant RuboCop::Cop::Sorbet::ForbidTUntyped::HIDDEN_FILE_PATTERN
|
18759
|
+
#
|
18760
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18761
|
+
# ^^^^^^^^^^
|
18762
|
+
# uninitialized constant RuboCop::Cop::Sorbet::ForbidTUntyped::LITERAL_REGEX
|
18763
|
+
#
|
18764
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18765
|
+
# ^^^^^^^^^^
|
18766
|
+
# uninitialized constant RuboCop::Cop::Sorbet::ForbidTypeAliasedShapes::HIDDEN_FILE_PATTERN
|
18767
|
+
#
|
18768
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18769
|
+
# ^^^^^^^^^^
|
18770
|
+
# uninitialized constant RuboCop::Cop::Sorbet::ForbidTypeAliasedShapes::LITERAL_REGEX
|
18771
|
+
#
|
18772
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18773
|
+
# ^^^^^^^^^^
|
18774
|
+
# uninitialized constant RuboCop::Cop::Sorbet::ForbidTypeAliasedShapes::RESTRICT_ON_SEND
|
18775
|
+
#
|
18776
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18777
|
+
# ^^^^^^^^^^
|
18682
18778
|
# uninitialized constant RuboCop::Cop::Sorbet::ForbidUntypedStructProps::HIDDEN_FILE_PATTERN
|
18683
18779
|
#
|
18684
18780
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -18691,6 +18787,34 @@
|
|
18691
18787
|
#
|
18692
18788
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18693
18789
|
# ^^^^^^^^^^
|
18790
|
+
# uninitialized constant RuboCop::Cop::Sorbet::ImplicitConversionMethod::HIDDEN_FILE_PATTERN
|
18791
|
+
#
|
18792
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18793
|
+
# ^^^^^^^^^^
|
18794
|
+
# uninitialized constant RuboCop::Cop::Sorbet::ImplicitConversionMethod::LITERAL_REGEX
|
18795
|
+
#
|
18796
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18797
|
+
# ^^^^^^^^^^
|
18798
|
+
# uninitialized constant RuboCop::Cop::Sorbet::ObsoleteStrictMemoization::BYTE_ORDER_MARK
|
18799
|
+
#
|
18800
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18801
|
+
# ^^^^^^^^^^
|
18802
|
+
# uninitialized constant RuboCop::Cop::Sorbet::ObsoleteStrictMemoization::HIDDEN_FILE_PATTERN
|
18803
|
+
#
|
18804
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18805
|
+
# ^^^^^^^^^^
|
18806
|
+
# uninitialized constant RuboCop::Cop::Sorbet::ObsoleteStrictMemoization::LITERAL_REGEX
|
18807
|
+
#
|
18808
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18809
|
+
# ^^^^^^^^^^
|
18810
|
+
# uninitialized constant RuboCop::Cop::Sorbet::ObsoleteStrictMemoization::RESTRICT_ON_SEND
|
18811
|
+
#
|
18812
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18813
|
+
# ^^^^^^^^^^
|
18814
|
+
# uninitialized constant RuboCop::Cop::Sorbet::ObsoleteStrictMemoization::SPACE
|
18815
|
+
#
|
18816
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18817
|
+
# ^^^^^^^^^^
|
18694
18818
|
# uninitialized constant RuboCop::Cop::Sorbet::OneAncestorPerLine::HIDDEN_FILE_PATTERN
|
18695
18819
|
#
|
18696
18820
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -18703,6 +18827,18 @@
|
|
18703
18827
|
#
|
18704
18828
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18705
18829
|
# ^^^^^^^^^^
|
18830
|
+
# uninitialized constant RuboCop::Cop::Sorbet::RedundantExtendTSig::BYTE_ORDER_MARK
|
18831
|
+
#
|
18832
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18833
|
+
# ^^^^^^^^^^
|
18834
|
+
# uninitialized constant RuboCop::Cop::Sorbet::RedundantExtendTSig::HIDDEN_FILE_PATTERN
|
18835
|
+
#
|
18836
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18837
|
+
# ^^^^^^^^^^
|
18838
|
+
# uninitialized constant RuboCop::Cop::Sorbet::RedundantExtendTSig::LITERAL_REGEX
|
18839
|
+
#
|
18840
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
18841
|
+
# ^^^^^^^^^^
|
18706
18842
|
# uninitialized constant RuboCop::Cop::Sorbet::SignatureBuildOrder::HIDDEN_FILE_PATTERN
|
18707
18843
|
#
|
18708
18844
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -22326,14 +22462,6 @@
|
|
22326
22462
|
#
|
22327
22463
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22328
22464
|
# ^^^^^^^^^^
|
22329
|
-
# wrong constant name <Class:Struct>
|
22330
|
-
#
|
22331
|
-
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22332
|
-
# ^^^^^^^^^^
|
22333
|
-
# wrong constant name name
|
22334
|
-
#
|
22335
|
-
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22336
|
-
# ^^^^^^^^^^
|
22337
22465
|
# uninitialized constant Sync
|
22338
22466
|
#
|
22339
22467
|
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -22358,6 +22486,18 @@
|
|
22358
22486
|
#
|
22359
22487
|
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22360
22488
|
# ^^^^^^^^^^
|
22489
|
+
# wrong constant name <Class:T>
|
22490
|
+
#
|
22491
|
+
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22492
|
+
# ^^^^^^^^^^
|
22493
|
+
# wrong constant name T.anything
|
22494
|
+
#
|
22495
|
+
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22496
|
+
# ^^^^^^^^^^
|
22497
|
+
# wrong constant name T.anything
|
22498
|
+
#
|
22499
|
+
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22500
|
+
# ^^^^^^^^^^
|
22361
22501
|
# wrong constant name T.noreturn
|
22362
22502
|
#
|
22363
22503
|
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -22452,20 +22592,10 @@
|
|
22452
22592
|
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22453
22593
|
# ^^^^^^^^^^
|
22454
22594
|
# Did you mean? TracePoint
|
22455
|
-
# wrong constant name <Class:
|
22595
|
+
# wrong constant name <Class:WSS>
|
22456
22596
|
#
|
22457
22597
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22458
22598
|
# ^^^^^^^^^^
|
22459
|
-
# uninitialized constant URI::Escape
|
22460
|
-
#
|
22461
|
-
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22462
|
-
# ^^^^^^^^^^
|
22463
|
-
# Did you mean? URI::ESCAPED
|
22464
|
-
# uninitialized constant URI::Escape
|
22465
|
-
#
|
22466
|
-
# my_klass = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22467
|
-
# ^^^^^^^^^^
|
22468
|
-
# Did you mean? URI::ESCAPED
|
22469
22599
|
# wrong constant name new2
|
22470
22600
|
#
|
22471
22601
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -22547,11 +22677,19 @@
|
|
22547
22677
|
# ^^^^^^^^^^
|
22548
22678
|
# Did you mean? URI::File::TBLENCWWWCOMP_
|
22549
22679
|
# URI::TBLENCWWWCOMP_
|
22680
|
+
# uninitialized constant URI::File::TBLENCURICOMP_
|
22681
|
+
#
|
22682
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22683
|
+
# ^^^^^^^^^^
|
22684
|
+
# Did you mean? URI::File::TBLENCWWWCOMP_
|
22685
|
+
# URI::TBLENCWWWCOMP_
|
22550
22686
|
# uninitialized constant URI::File::TBLENCWWWCOMP_
|
22551
22687
|
#
|
22552
22688
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22553
22689
|
# ^^^^^^^^^^
|
22554
|
-
# Did you mean? URI::File::
|
22690
|
+
# Did you mean? URI::File::TBLENCURICOMP_
|
22691
|
+
# URI::File::TBLDECWWWCOMP_
|
22692
|
+
# URI::TBLENCURICOMP_
|
22555
22693
|
# URI::TBLDECWWWCOMP_
|
22556
22694
|
# uninitialized constant URI::File::UNSAFE
|
22557
22695
|
#
|
@@ -22599,6 +22737,26 @@
|
|
22599
22737
|
#
|
22600
22738
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22601
22739
|
# ^^^^^^^^^^
|
22740
|
+
# uninitialized constant URI::Generic::TBLENCURICOMP_
|
22741
|
+
#
|
22742
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22743
|
+
# ^^^^^^^^^^
|
22744
|
+
# Did you mean? URI::Generic::TBLENCWWWCOMP_
|
22745
|
+
# URI::TBLENCWWWCOMP_
|
22746
|
+
# wrong constant name decoded_password
|
22747
|
+
#
|
22748
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22749
|
+
# ^^^^^^^^^^
|
22750
|
+
# wrong constant name decoded_user
|
22751
|
+
#
|
22752
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22753
|
+
# ^^^^^^^^^^
|
22754
|
+
# uninitialized constant URI::HTTP::TBLENCURICOMP_
|
22755
|
+
#
|
22756
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22757
|
+
# ^^^^^^^^^^
|
22758
|
+
# Did you mean? URI::HTTP::TBLENCWWWCOMP_
|
22759
|
+
# URI::TBLENCWWWCOMP_
|
22602
22760
|
# wrong constant name authority
|
22603
22761
|
#
|
22604
22762
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -22607,6 +22765,12 @@
|
|
22607
22765
|
#
|
22608
22766
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22609
22767
|
# ^^^^^^^^^^
|
22768
|
+
# uninitialized constant URI::LDAP::TBLENCURICOMP_
|
22769
|
+
#
|
22770
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22771
|
+
# ^^^^^^^^^^
|
22772
|
+
# Did you mean? URI::LDAP::TBLENCWWWCOMP_
|
22773
|
+
# URI::TBLENCWWWCOMP_
|
22610
22774
|
# wrong constant name attributes
|
22611
22775
|
#
|
22612
22776
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -22671,6 +22835,12 @@
|
|
22671
22835
|
#
|
22672
22836
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22673
22837
|
# ^^^^^^^^^^
|
22838
|
+
# uninitialized constant URI::MailTo::TBLENCURICOMP_
|
22839
|
+
#
|
22840
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22841
|
+
# ^^^^^^^^^^
|
22842
|
+
# Did you mean? URI::MailTo::TBLENCWWWCOMP_
|
22843
|
+
# URI::TBLENCWWWCOMP_
|
22674
22844
|
# wrong constant name initialize
|
22675
22845
|
#
|
22676
22846
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
@@ -22699,124 +22869,137 @@
|
|
22699
22869
|
#
|
22700
22870
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22701
22871
|
# ^^^^^^^^^^
|
22702
|
-
# uninitialized constant URI::
|
22872
|
+
# uninitialized constant URI::WSS::ABS_PATH
|
22873
|
+
#
|
22874
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22875
|
+
# ^^^^^^^^^^
|
22876
|
+
# uninitialized constant URI::WSS::ABS_URI
|
22703
22877
|
#
|
22704
22878
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22705
22879
|
# ^^^^^^^^^^
|
22706
|
-
#
|
22880
|
+
# Did you mean? URI::WSS::ABS_URI_REF
|
22881
|
+
# uninitialized constant URI::WSS::ABS_URI_REF
|
22707
22882
|
#
|
22708
22883
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22709
22884
|
# ^^^^^^^^^^
|
22710
|
-
#
|
22711
|
-
# uninitialized constant URI::WS::ABS_URI_REF
|
22885
|
+
# uninitialized constant URI::WSS::COMPONENT
|
22712
22886
|
#
|
22713
22887
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22714
22888
|
# ^^^^^^^^^^
|
22715
|
-
#
|
22889
|
+
# Did you mean? Complex
|
22890
|
+
# uninitialized constant URI::WSS::DEFAULT_PARSER
|
22716
22891
|
#
|
22717
22892
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22718
22893
|
# ^^^^^^^^^^
|
22719
|
-
# Did you mean? URI::
|
22720
|
-
# uninitialized constant URI::
|
22894
|
+
# Did you mean? URI::WSS::DEFAULT_PORT
|
22895
|
+
# uninitialized constant URI::WSS::ESCAPED
|
22721
22896
|
#
|
22722
22897
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22723
22898
|
# ^^^^^^^^^^
|
22724
|
-
# uninitialized constant URI::
|
22899
|
+
# uninitialized constant URI::WSS::FRAGMENT
|
22725
22900
|
#
|
22726
22901
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22727
22902
|
# ^^^^^^^^^^
|
22728
|
-
# uninitialized constant URI::
|
22903
|
+
# uninitialized constant URI::WSS::HOST
|
22729
22904
|
#
|
22730
22905
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22731
22906
|
# ^^^^^^^^^^
|
22732
|
-
# uninitialized constant URI::
|
22907
|
+
# uninitialized constant URI::WSS::OPAQUE
|
22733
22908
|
#
|
22734
22909
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22735
22910
|
# ^^^^^^^^^^
|
22736
|
-
# uninitialized constant URI::
|
22911
|
+
# uninitialized constant URI::WSS::PORT
|
22737
22912
|
#
|
22738
22913
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22739
22914
|
# ^^^^^^^^^^
|
22740
|
-
# uninitialized constant URI::
|
22915
|
+
# uninitialized constant URI::WSS::QUERY
|
22741
22916
|
#
|
22742
22917
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22743
22918
|
# ^^^^^^^^^^
|
22744
|
-
# uninitialized constant URI::
|
22919
|
+
# uninitialized constant URI::WSS::REGISTRY
|
22745
22920
|
#
|
22746
22921
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22747
22922
|
# ^^^^^^^^^^
|
22748
|
-
# uninitialized constant URI::
|
22923
|
+
# uninitialized constant URI::WSS::REL_PATH
|
22749
22924
|
#
|
22750
22925
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22751
22926
|
# ^^^^^^^^^^
|
22752
|
-
# uninitialized constant URI::
|
22927
|
+
# uninitialized constant URI::WSS::REL_URI
|
22753
22928
|
#
|
22754
22929
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22755
22930
|
# ^^^^^^^^^^
|
22756
|
-
# Did you mean? URI::
|
22757
|
-
# uninitialized constant URI::
|
22931
|
+
# Did you mean? URI::WSS::REL_URI_REF
|
22932
|
+
# uninitialized constant URI::WSS::REL_URI_REF
|
22758
22933
|
#
|
22759
22934
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22760
22935
|
# ^^^^^^^^^^
|
22761
|
-
# uninitialized constant URI::
|
22936
|
+
# uninitialized constant URI::WSS::RFC3986_PARSER
|
22762
22937
|
#
|
22763
22938
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22764
22939
|
# ^^^^^^^^^^
|
22765
|
-
# Did you mean? URI::
|
22940
|
+
# Did you mean? URI::WSS::RFC3986_Parser
|
22766
22941
|
# URI::RFC3986_Parser
|
22767
|
-
# URI::
|
22942
|
+
# URI::WSS::RFC2396_Parser
|
22768
22943
|
# URI::RFC2396_Parser
|
22769
|
-
# uninitialized constant URI::
|
22944
|
+
# uninitialized constant URI::WSS::SCHEME
|
22945
|
+
#
|
22946
|
+
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22947
|
+
# ^^^^^^^^^^
|
22948
|
+
# uninitialized constant URI::WSS::TBLDECWWWCOMP_
|
22770
22949
|
#
|
22771
22950
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22772
22951
|
# ^^^^^^^^^^
|
22773
|
-
#
|
22952
|
+
# Did you mean? URI::WSS::TBLENCWWWCOMP_
|
22953
|
+
# URI::TBLENCWWWCOMP_
|
22954
|
+
# uninitialized constant URI::WSS::TBLENCURICOMP_
|
22774
22955
|
#
|
22775
22956
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22776
22957
|
# ^^^^^^^^^^
|
22777
|
-
# Did you mean? URI::
|
22958
|
+
# Did you mean? URI::WSS::TBLENCWWWCOMP_
|
22778
22959
|
# URI::TBLENCWWWCOMP_
|
22779
|
-
# uninitialized constant URI::
|
22960
|
+
# uninitialized constant URI::WSS::TBLENCWWWCOMP_
|
22780
22961
|
#
|
22781
22962
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22782
22963
|
# ^^^^^^^^^^
|
22783
|
-
# Did you mean? URI::
|
22964
|
+
# Did you mean? URI::WSS::TBLENCURICOMP_
|
22965
|
+
# URI::WSS::TBLDECWWWCOMP_
|
22966
|
+
# URI::TBLENCURICOMP_
|
22784
22967
|
# URI::TBLDECWWWCOMP_
|
22785
|
-
# uninitialized constant URI::
|
22968
|
+
# uninitialized constant URI::WSS::UNSAFE
|
22786
22969
|
#
|
22787
22970
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22788
22971
|
# ^^^^^^^^^^
|
22789
|
-
# uninitialized constant URI::
|
22972
|
+
# uninitialized constant URI::WSS::URI_REF
|
22790
22973
|
#
|
22791
22974
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22792
22975
|
# ^^^^^^^^^^
|
22793
|
-
# uninitialized constant URI::
|
22976
|
+
# uninitialized constant URI::WSS::USERINFO
|
22794
22977
|
#
|
22795
22978
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22796
22979
|
# ^^^^^^^^^^
|
22797
|
-
# uninitialized constant URI::
|
22980
|
+
# uninitialized constant URI::WSS::USE_REGISTRY
|
22798
22981
|
#
|
22799
22982
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22800
22983
|
# ^^^^^^^^^^
|
22801
|
-
# uninitialized constant URI::
|
22984
|
+
# uninitialized constant URI::WSS::VERSION
|
22802
22985
|
#
|
22803
22986
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22804
22987
|
# ^^^^^^^^^^
|
22805
|
-
# Did you mean? URI::
|
22806
|
-
# uninitialized constant URI::
|
22988
|
+
# Did you mean? URI::WSS::VERSION_CODE
|
22989
|
+
# uninitialized constant URI::WSS::VERSION_CODE
|
22807
22990
|
#
|
22808
22991
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22809
22992
|
# ^^^^^^^^^^
|
22810
|
-
# uninitialized constant URI::
|
22993
|
+
# uninitialized constant URI::WSS::WEB_ENCODINGS_
|
22811
22994
|
#
|
22812
22995
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22813
22996
|
# ^^^^^^^^^^
|
22814
22997
|
# Did you mean? Encoding
|
22815
|
-
# wrong constant name
|
22998
|
+
# wrong constant name <static-init>
|
22816
22999
|
#
|
22817
23000
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22818
23001
|
# ^^^^^^^^^^
|
22819
|
-
# wrong constant name
|
23002
|
+
# wrong constant name decode_uri_component
|
22820
23003
|
#
|
22821
23004
|
# my_value = klass.const_get(name, false) # rubocop:disable PrisonGuard/NoDynamicConstAccess
|
22822
23005
|
# ^^^^^^^^^^
|