rubocop-sorbet 0.6.10 → 0.6.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/config/rbi.yml +5 -1
- data/lib/rubocop/sorbet/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a3b043348a2ad38724ebb70db4bb8db09a6a02d9c9bbc56a262e0de4b90d5eb
|
4
|
+
data.tar.gz: 50e5a9d5e61b0e95343a8d4699f81910bff19f10387119ae97bfec688906c6d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e749a4ac82f0e9b76a5f3bb2e77bbefeec539a939b107b3dc59c1d20c83b4f4b4766a6792938a03cd8d7e8044ec58a53d8af4d346ec5177390993fb2ddcd181e
|
7
|
+
data.tar.gz: 417259e5915b4836c8b90939d7922d34ab02e2d4d7955482d9fdb7dac58cb728114bd08e0437650b10687e64cdbfd75361ed586dd21cfb9de5bbacd1fc816db7
|
data/Gemfile.lock
CHANGED
data/config/rbi.yml
CHANGED
@@ -25,6 +25,7 @@ Layout/ClassStructure:
|
|
25
25
|
Enabled: true
|
26
26
|
ExpectedOrder:
|
27
27
|
- module_inclusion
|
28
|
+
- constants
|
28
29
|
- macros
|
29
30
|
- public_attribute_macros
|
30
31
|
- protected_attribute_macros
|
@@ -34,7 +35,6 @@ Layout/ClassStructure:
|
|
34
35
|
- protected_methods
|
35
36
|
- private_methods
|
36
37
|
- public_class_methods
|
37
|
-
- constants
|
38
38
|
|
39
39
|
Layout/ClosingParenthesisIndentation:
|
40
40
|
Enabled: true
|
@@ -129,6 +129,7 @@ Layout/ParameterAlignment:
|
|
129
129
|
|
130
130
|
Layout/RedundantLineBreak:
|
131
131
|
Enabled: true
|
132
|
+
InspectBlocks: true
|
132
133
|
|
133
134
|
Layout/SpaceAfterColon:
|
134
135
|
Enabled: true
|
@@ -231,6 +232,9 @@ Sorbet/ValidSigil:
|
|
231
232
|
|
232
233
|
## Style
|
233
234
|
|
235
|
+
Style/BlockDelimiters:
|
236
|
+
Enabled: true
|
237
|
+
|
234
238
|
Style/ClassAndModuleChildren:
|
235
239
|
Enabled: true
|
236
240
|
EnforcedStyle: compact
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-sorbet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ufuk Kayserilioglu
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: exe
|
13
13
|
cert_chain: []
|
14
|
-
date: 2022-06-
|
14
|
+
date: 2022-06-30 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rspec
|