mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Merge pull request #1222 from taus-semmle/python-unify-old-and-new-query-suites
Python: Make old query suites point to new query suites.
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
# DO NOT EDIT
|
||||
# This is a stub file. The actual suite of queries to run is generated
|
||||
# automatically based on query precision and severity.
|
||||
@@ -1,2 +1,4 @@
|
||||
@import "python2-queries-lgtm"
|
||||
@import "python2-metrics-lgtm"
|
||||
# This file (and the other python2- files in this directory) is present for
|
||||
# backwards compatibility, and can be removed once we reach version 1.23.
|
||||
|
||||
@import "python-lgtm"
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
+ semmlecode-python-queries/Lexical/FCommentedOutCode.ql: /Metrics/Files
|
||||
@_namespace com.lgtm/python-queries
|
||||
+ semmlecode-python-queries/Metrics/FLinesOfCode.ql: /Metrics/Files
|
||||
@_namespace com.lgtm/python-queries
|
||||
+ semmlecode-python-queries/Metrics/FLinesOfComments.ql: /Metrics/Files
|
||||
@_namespace com.lgtm/python-queries
|
||||
+ semmlecode-python-queries/Metrics/FLinesOfDuplicatedCode.ql: /Metrics/Duplication
|
||||
@_namespace com.lgtm/python-queries
|
||||
+ semmlecode-python-queries/Metrics/FLinesOfSimilarCode.ql: /Metrics/Duplication
|
||||
@_namespace com.lgtm/python-queries
|
||||
+ semmlecode-python-queries/Metrics/FNumberOfTests.ql: /Metrics/Functions
|
||||
@_namespace com.lgtm/python-queries
|
||||
|
||||
+ semmlecode-python-queries/Metrics/Dependencies/ExternalDependencies.ql
|
||||
@_namespace com.lgtm/python-queries
|
||||
+ semmlecode-python-queries/Metrics/Dependencies/ExternalDependenciesSourceLinks.ql
|
||||
@_namespace com.lgtm/python-queries
|
||||
@@ -1,10 +0,0 @@
|
||||
+ semmlecode-python-queries/analysis/Definitions.ql
|
||||
@_namespace com.lgtm/python-queries
|
||||
+ semmlecode-python-queries/analysis/AlertSuppression.ql
|
||||
@_namespace com.lgtm/python-queries
|
||||
+ semmlecode-python-queries/Filters/ClassifyFiles.ql
|
||||
@_namespace com.lgtm/python-queries
|
||||
+ semmlecode-python-queries/Filters/ImportAdditionalLibraries.ql
|
||||
@_namespace com.lgtm/python-queries
|
||||
|
||||
@import "python2-alerts-lgtm"
|
||||
Reference in New Issue
Block a user