Commit c564c94
committed
Fix
```
Warning: header_parser/parser.rb:97:37: [warning] Empty hash doesn't have type annotation
│ Diagnostic ID: Ruby::UnannotatedEmptyCollection
│
└ stdout.each_line.with_object({}) do |line, hash|
~~
Detected 1 problem from 1 file
rake aborted!
Command failed with status (1): [steep check]
/home/runner/work/ruby_header_parser/ruby_header_parser/Rakefile:24:in `block in <top (required)>'
/home/runner/work/ruby_header_parser/ruby_header_parser/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/exe/rake:27:in `<top (required)>'
/opt/hostedtoolcache/Ruby/3.3.6/x64/bin/bundle:25:in `load'
/opt/hostedtoolcache/Ruby/3.3.6/x64/bin/bundle:25:in `<main>'
Tasks: TOP => rbs
(See full trace by running task with --trace)
```Ruby::UnannotatedEmptyCollection in steep check
1 parent 9415cb2 commit c564c94
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
97 | | - | |
| 100 | + | |
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
| |||
0 commit comments