mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
update expected output after changing queries
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
| variables_test.py:29:5:29:5 | x | The value assigned to local variable 'x' is never used. |
|
||||
| variables_test.py:89:5:89:5 | a | The value assigned to local variable 'a' is never used. |
|
||||
| variables_test.py:89:7:89:7 | b | The value assigned to local variable 'b' is never used. |
|
||||
| variables_test.py:89:9:89:9 | c | The value assigned to local variable 'c' is never used. |
|
||||
| variables_test.py:95:5:95:7 | var | The value assigned to local variable 'var' is never used. |
|
||||
| Local Variable a | Variable a is not used |
|
||||
| Local Variable b | Variable b is not used |
|
||||
| Local Variable c | Variable c is not used |
|
||||
| Local Variable var | Variable var is not used |
|
||||
| Local Variable x | Variable x is not used |
|
||||
|
||||
@@ -1 +1 @@
|
||||
| variables_test.py:32:9:32:12 | test | The value assigned to local variable 'test' is never used. |
|
||||
| Local Variable test | Variable test is not used |
|
||||
|
||||
Reference in New Issue
Block a user