File tree Expand file tree Collapse file tree 8 files changed +8
-0
lines changed
csharp/ql/src/Diagnostics
javascript/ql/src/Diagnostics
python/ql/src/Diagnostics
ql/ql/src/queries/diagnostics
ruby/ql/src/queries/diagnostics Expand file tree Collapse file tree 8 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 33 * @description Lists all files in the source code directory that were extracted without encountering a problem in the file.
44 * @kind diagnostic
55 * @id cpp/diagnostics/successfully-extracted-files
6+ * @tags successfully-extracted-files
67 */
78
89import cpp
Original file line number Diff line number Diff line change 44 * without encountering an extraction or compiler error in the file.
55 * @kind diagnostic
66 * @id cs/diagnostics/successfully-extracted-files
7+ * @tags successfully-extracted-files
78 */
89
910import csharp
Original file line number Diff line number Diff line change 33 * @name Successfully analyzed files
44 * @description List all files that were successfully extracted.
55 * @kind diagnostic
6+ * @tags successfully-extracted-files
67 */
78
89import go
Original file line number Diff line number Diff line change 44 * were extracted without encountering an error in the file.
55 * @kind diagnostic
66 * @id java/diagnostics/successfully-extracted-files
7+ * @tags successfully-extracted-files
78 */
89
910import java
Original file line number Diff line number Diff line change 33 * @description Lists all files in the source code directory that were extracted without encountering an error in the file.
44 * @kind diagnostic
55 * @id js/diagnostics/successfully-extracted-files
6+ * @tags successfully-extracted-files
67 */
78
89import javascript
Original file line number Diff line number Diff line change 44 * without encountering an error.
55 * @kind diagnostic
66 * @id py/diagnostics/successfully-extracted-files
7+ * @tags successfully-extracted-files
78 */
89
910import python
Original file line number Diff line number Diff line change 44 * without encountering an error in the file.
55 * @kind diagnostic
66 * @id ql/diagnostics/successfully-extracted-files
7+ * @tags successfully-extracted-files
78 */
89
910import ql
Original file line number Diff line number Diff line change 44 * without encountering an error in the file.
55 * @kind diagnostic
66 * @id rb/diagnostics/successfully-extracted-files
7+ * @tags successfully-extracted-files
78 */
89
910import codeql.ruby.AST
You can’t perform that action at this time.
0 commit comments