standard-sorbet 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/CHANGELOG.md +4 -0
- data/Gemfile +3 -2
- data/Gemfile.lock +51 -36
- data/config/base.yml +38 -2
- data/lib/standard/sorbet/version.rb +1 -1
- metadata +6 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35efcad18cb292cc1c6680bd1c673caf14f2748fef654a4d87f7b1491c0aa8c6
|
4
|
+
data.tar.gz: 8333e3e920d8354c08bfa6d309b899422d12354cc3e143603580d5db7c1f9eb7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f16fb7cb272974f1d1cb8d036bddb2748569478d549baad6d38ebff2f24df61817b4a8fef4d2d7d05689b3c45eacb0c5eeeff45d03e7b6c07b6384811186a34
|
7
|
+
data.tar.gz: bc1f7d8a34a71aedac1a83d407d3a1e3dca0b09e72c3c7cff75f93e5acb8be818fe74ecec234b1f112642ce3992f2772fdefd437c3b22da765c41d2b93255b34
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,61 +1,75 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
standard-sorbet (0.0.
|
4
|
+
standard-sorbet (0.0.3)
|
5
5
|
lint_roller (~> 1.1)
|
6
|
-
rubocop-sorbet (~> 0.
|
6
|
+
rubocop-sorbet (~> 0.9.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
ast (2.4.
|
12
|
-
|
13
|
-
|
11
|
+
ast (2.4.3)
|
12
|
+
docile (1.4.1)
|
13
|
+
json (2.10.2)
|
14
|
+
language_server-protocol (3.17.0.4)
|
14
15
|
lint_roller (1.1.0)
|
15
|
-
m (1.6.
|
16
|
+
m (1.6.2)
|
16
17
|
method_source (>= 0.6.7)
|
17
18
|
rake (>= 0.9.2.2)
|
18
|
-
method_source (1.
|
19
|
-
minitest (5.
|
20
|
-
parallel (1.
|
21
|
-
parser (3.
|
19
|
+
method_source (1.1.0)
|
20
|
+
minitest (5.25.5)
|
21
|
+
parallel (1.26.3)
|
22
|
+
parser (3.3.7.4)
|
22
23
|
ast (~> 2.4.1)
|
23
24
|
racc
|
24
|
-
|
25
|
+
prism (1.4.0)
|
26
|
+
racc (1.8.1)
|
25
27
|
rainbow (3.1.1)
|
26
|
-
rake (13.
|
27
|
-
regexp_parser (2.
|
28
|
-
|
29
|
-
rubocop (1.52.1)
|
28
|
+
rake (13.2.1)
|
29
|
+
regexp_parser (2.10.0)
|
30
|
+
rubocop (1.73.2)
|
30
31
|
json (~> 2.3)
|
32
|
+
language_server-protocol (~> 3.17.0.2)
|
33
|
+
lint_roller (~> 1.1.0)
|
31
34
|
parallel (~> 1.10)
|
32
|
-
parser (>= 3.
|
35
|
+
parser (>= 3.3.0.2)
|
33
36
|
rainbow (>= 2.2.2, < 4.0)
|
34
|
-
regexp_parser (>=
|
35
|
-
|
36
|
-
rubocop-ast (>= 1.28.0, < 2.0)
|
37
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
38
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
37
39
|
ruby-progressbar (~> 1.7)
|
38
|
-
unicode-display_width (>= 2.4.0, <
|
39
|
-
rubocop-ast (1.
|
40
|
-
parser (>= 3.
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
rubocop (>=
|
40
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
41
|
+
rubocop-ast (1.43.0)
|
42
|
+
parser (>= 3.3.7.2)
|
43
|
+
prism (~> 1.4)
|
44
|
+
rubocop-performance (1.24.0)
|
45
|
+
lint_roller (~> 1.1)
|
46
|
+
rubocop (>= 1.72.1, < 2.0)
|
47
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
48
|
+
rubocop-sorbet (0.9.0)
|
49
|
+
lint_roller (~> 1.1)
|
50
|
+
rubocop (>= 1)
|
46
51
|
ruby-progressbar (1.13.0)
|
47
|
-
|
52
|
+
simplecov (0.22.0)
|
53
|
+
docile (~> 1.1)
|
54
|
+
simplecov-html (~> 0.11)
|
55
|
+
simplecov_json_formatter (~> 0.1)
|
56
|
+
simplecov-html (0.13.1)
|
57
|
+
simplecov_json_formatter (0.1.4)
|
58
|
+
standard (1.47.0)
|
48
59
|
language_server-protocol (~> 3.17.0.2)
|
49
60
|
lint_roller (~> 1.0)
|
50
|
-
rubocop (~> 1.
|
61
|
+
rubocop (~> 1.73.0)
|
51
62
|
standard-custom (~> 1.0.0)
|
52
|
-
standard-performance (~> 1.
|
53
|
-
standard-custom (1.0.
|
63
|
+
standard-performance (~> 1.7)
|
64
|
+
standard-custom (1.0.2)
|
54
65
|
lint_roller (~> 1.0)
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
66
|
+
rubocop (~> 1.50)
|
67
|
+
standard-performance (1.7.0)
|
68
|
+
lint_roller (~> 1.1)
|
69
|
+
rubocop-performance (~> 1.24.0)
|
70
|
+
unicode-display_width (3.1.4)
|
71
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
72
|
+
unicode-emoji (4.0.4)
|
59
73
|
|
60
74
|
PLATFORMS
|
61
75
|
arm64-darwin-22
|
@@ -66,8 +80,9 @@ DEPENDENCIES
|
|
66
80
|
m
|
67
81
|
minitest
|
68
82
|
rake
|
83
|
+
simplecov
|
69
84
|
standard
|
70
85
|
standard-sorbet!
|
71
86
|
|
72
87
|
BUNDLED WITH
|
73
|
-
2.4.
|
88
|
+
2.4.22
|
data/config/base.yml
CHANGED
@@ -4,6 +4,9 @@ Sorbet/AllowIncompatibleOverride:
|
|
4
4
|
Sorbet/BindingConstantWithoutTypeAlias:
|
5
5
|
Enabled: true
|
6
6
|
|
7
|
+
Sorbet/BuggyObsoleteStrictMemoization:
|
8
|
+
Enabled: true
|
9
|
+
|
7
10
|
Sorbet/CallbackConditionalsBinding:
|
8
11
|
Enabled: false
|
9
12
|
|
@@ -28,6 +31,9 @@ Sorbet/EnforceSignatures:
|
|
28
31
|
Sorbet/FalseSigil:
|
29
32
|
Enabled: true
|
30
33
|
|
34
|
+
Sorbet/ForbidComparableTEnum:
|
35
|
+
Enabled: true
|
36
|
+
|
31
37
|
Sorbet/ForbidExtendTSigHelpersInShims:
|
32
38
|
Enabled: true
|
33
39
|
|
@@ -37,33 +43,60 @@ Sorbet/ForbidRBIOutsideOfAllowedPaths:
|
|
37
43
|
Sorbet/ForbidIncludeConstLiteral:
|
38
44
|
Enabled: false
|
39
45
|
|
46
|
+
Sorbet/ForbidSig:
|
47
|
+
Enabled: false
|
48
|
+
|
49
|
+
Sorbet/ForbidSigWithRuntime:
|
50
|
+
Enabled: false
|
51
|
+
|
52
|
+
Sorbet/ForbidSigWithoutRuntime:
|
53
|
+
Enabled: false
|
54
|
+
|
40
55
|
Sorbet/ForbidSuperclassConstLiteral:
|
41
56
|
Enabled: false
|
42
57
|
|
58
|
+
Sorbet/ForbidTEnum:
|
59
|
+
Enabled: false
|
60
|
+
|
61
|
+
Sorbet/ForbidTStruct:
|
62
|
+
Enabled: false
|
63
|
+
|
43
64
|
Sorbet/ForbidTUnsafe:
|
44
65
|
Enabled: false
|
45
66
|
|
46
67
|
Sorbet/ForbidTUntyped:
|
47
68
|
Enabled: false
|
48
69
|
|
70
|
+
Sorbet/ForbidTypeAliasedShapes:
|
71
|
+
Enabled: false
|
72
|
+
|
49
73
|
Sorbet/ForbidUntypedStructProps:
|
50
74
|
Enabled: true
|
51
75
|
|
52
76
|
Sorbet/HasSigil:
|
53
77
|
Enabled: false
|
54
78
|
|
79
|
+
Sorbet/ImplicitConversionMethod:
|
80
|
+
Enabled: false
|
81
|
+
|
55
82
|
Sorbet/IgnoreSigil:
|
56
83
|
Enabled: false
|
57
84
|
|
58
85
|
Sorbet/KeywordArgumentOrdering:
|
59
86
|
Enabled: true
|
60
87
|
|
61
|
-
Sorbet/
|
62
|
-
Enabled:
|
88
|
+
Sorbet/MultipleTEnumValues:
|
89
|
+
Enabled: true
|
90
|
+
|
91
|
+
Sorbet/ObsoleteStrictMemoization:
|
92
|
+
Enabled: true
|
63
93
|
|
64
94
|
Sorbet/RedundantExtendTSig:
|
65
95
|
Enabled: false
|
66
96
|
|
97
|
+
Sorbet/Refinement:
|
98
|
+
Enabled: false
|
99
|
+
|
67
100
|
Sorbet/SignatureBuildOrder:
|
68
101
|
Enabled: true
|
69
102
|
|
@@ -84,3 +117,6 @@ Sorbet/TypeAliasName:
|
|
84
117
|
|
85
118
|
Sorbet/ValidSigil:
|
86
119
|
Enabled: true
|
120
|
+
|
121
|
+
Sorbet/VoidCheckedTests:
|
122
|
+
Enabled: true
|
metadata
CHANGED
@@ -1,15 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: standard-sorbet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Searls
|
8
8
|
- Max VelDink
|
9
|
-
autorequire:
|
10
9
|
bindir: exe
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2025-04-01 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: lint_roller
|
@@ -31,15 +30,14 @@ dependencies:
|
|
31
30
|
requirements:
|
32
31
|
- - "~>"
|
33
32
|
- !ruby/object:Gem::Version
|
34
|
-
version: 0.
|
33
|
+
version: 0.9.0
|
35
34
|
type: :runtime
|
36
35
|
prerelease: false
|
37
36
|
version_requirements: !ruby/object:Gem::Requirement
|
38
37
|
requirements:
|
39
38
|
- - "~>"
|
40
39
|
- !ruby/object:Gem::Version
|
41
|
-
version: 0.
|
42
|
-
description:
|
40
|
+
version: 0.9.0
|
43
41
|
email:
|
44
42
|
- searls@gmail.com
|
45
43
|
- maxveldink@gmail.com
|
@@ -67,7 +65,6 @@ metadata:
|
|
67
65
|
source_code_uri: https://github.com/standardrb/standard-sorbet
|
68
66
|
changelog_uri: https://github.com/standardrb/standard-sorbet/blob/main/CHANGELOG.md
|
69
67
|
default_lint_roller_plugin: Standard::Sorbet::Plugin
|
70
|
-
post_install_message:
|
71
68
|
rdoc_options: []
|
72
69
|
require_paths:
|
73
70
|
- lib
|
@@ -75,15 +72,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
75
72
|
requirements:
|
76
73
|
- - ">="
|
77
74
|
- !ruby/object:Gem::Version
|
78
|
-
version:
|
75
|
+
version: 3.0.0
|
79
76
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
80
77
|
requirements:
|
81
78
|
- - ">="
|
82
79
|
- !ruby/object:Gem::Version
|
83
80
|
version: '0'
|
84
81
|
requirements: []
|
85
|
-
rubygems_version: 3.
|
86
|
-
signing_key:
|
82
|
+
rubygems_version: 3.6.6
|
87
83
|
specification_version: 4
|
88
84
|
summary: Standard Ruby Plugin providing configuration for rubocop-sorbet
|
89
85
|
test_files: []
|