-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[experimental] Enable rbs/steep check for own coading
- Loading branch information
Showing
7 changed files
with
97 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
--- | ||
- file: lib/ulid.rb | ||
diagnostics: | ||
- range: | ||
start: | ||
line: 128 | ||
character: 6 | ||
end: | ||
line: 128 | ||
character: 64 | ||
severity: WARNING | ||
message: The branch is unreachable because the condition is exhaustive | ||
code: Ruby::ElseOnExhaustiveCase | ||
- range: | ||
start: | ||
line: 233 | ||
character: 23 | ||
end: | ||
line: 233 | ||
character: 27 | ||
severity: ERROR | ||
message: Type `::Numeric` does not have method `to_i` | ||
code: Ruby::NoMethod | ||
- range: | ||
start: | ||
line: 246 | ||
character: 6 | ||
end: | ||
line: 246 | ||
character: 85 | ||
severity: WARNING | ||
message: The branch is unreachable because the condition is exhaustive | ||
code: Ruby::ElseOnExhaustiveCase | ||
- range: | ||
start: | ||
line: 326 | ||
character: 8 | ||
end: | ||
line: 326 | ||
character: 52 | ||
severity: ERROR | ||
message: |- | ||
UnexpectedError: undefined method `constr' for nil:NilClass | ||
constr = rhs_result.constr.update_lvar_env do |lvar_env| | ||
^^^^^^^ | ||
code: Ruby::UnexpectedError | ||
- range: | ||
start: | ||
line: 326 | ||
character: 26 | ||
end: | ||
line: 326 | ||
character: 52 | ||
severity: ERROR | ||
message: sclass receiver must be instance type or singleton type, but type given | ||
`untyped` | ||
code: Ruby::UnsupportedSyntax |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters