mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Merge pull request #5275 from Marcono1234/marcono1234/included-qhelp-files
Use `.inc.qhelp` extension for included help files
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
"qhelp.dtd">
|
||||
<qhelp>
|
||||
<include src="CommentedOutCodeQuery.inc.qhelp" />
|
||||
<include src="CommentedOutCodeExample.qhelp" />
|
||||
<include src="CommentedOutCodeExample.inc.qhelp" />
|
||||
<include src="CommentedOutCodeReferences.inc.qhelp" />
|
||||
</qhelp>
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"qhelp.dtd">
|
||||
<qhelp>
|
||||
<include src="CommentedOutCodeMetricOverview.inc.qhelp" />
|
||||
<include src="CommentedOutCodeExample.qhelp" />
|
||||
<include src="CommentedOutCodeExample.inc.qhelp" />
|
||||
<include src="CommentedOutCodeReferences.inc.qhelp" />
|
||||
</qhelp>
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
<p> A local variable is defined (by an assignment) but never used.
|
||||
</p>
|
||||
|
||||
<include src="UnusedVariableNaming.qhelp" />
|
||||
<include src="UnusedTuple.qhelp" />
|
||||
<include src="UnusedVariableNaming.inc.qhelp" />
|
||||
<include src="UnusedTuple.inc.qhelp" />
|
||||
|
||||
</overview>
|
||||
<recommendation>
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
and is not explicitly made public by inclusion in the <code>__all__</code> list.
|
||||
</p>
|
||||
|
||||
<include src="UnusedVariableNaming.qhelp" />
|
||||
<include src="UnusedTuple.qhelp" />
|
||||
<include src="UnusedVariableNaming.inc.qhelp" />
|
||||
<include src="UnusedTuple.inc.qhelp" />
|
||||
|
||||
</overview>
|
||||
<recommendation>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<p> A parameter is never used.
|
||||
</p>
|
||||
|
||||
<include src="UnusedVariableNaming.qhelp" />
|
||||
<include src="UnusedVariableNaming.inc.qhelp" />
|
||||
|
||||
</overview>
|
||||
<recommendation>
|
||||
|
||||
Reference in New Issue
Block a user