mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
- there are places where uninitialised reads are intentional - there are also some places where they are impossible
4 lines
420 B
Plaintext
4 lines
420 B
Plaintext
| UninitializedLocal.rb:12:3:12:3 | m | Local variable $@ may be used before it is initialized. | UninitializedLocal.rb:8:7:8:7 | m | m |
|
|
| UninitializedLocal.rb:34:5:34:5 | b | Local variable $@ may be used before it is initialized. | UninitializedLocal.rb:27:9:27:9 | b | b |
|
|
| UninitializedLocal.rb:34:23:34:23 | b | Local variable $@ may be used before it is initialized. | UninitializedLocal.rb:27:9:27:9 | b | b |
|