mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Use .inc.qhelp extension for included help files
This commit is contained in:
12
python/ql/src/Variables/UnusedTuple.inc.qhelp
Normal file
12
python/ql/src/Variables/UnusedTuple.inc.qhelp
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE qhelp PUBLIC
|
||||
"-//Semmle//qhelp//EN"
|
||||
"qhelp.dtd">
|
||||
<qhelp>
|
||||
<fragment>
|
||||
|
||||
<p> Variables that are defined in a group, for example <code>x, y = func()</code> are handled collectively.
|
||||
If they are all unused, then this is reported. Otherwise they are all treated as used.
|
||||
</p>
|
||||
|
||||
</fragment>
|
||||
</qhelp>
|
||||
Reference in New Issue
Block a user