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:
Mark Shannon
2019-04-09 14:04:21 +01:00
committed by GitHub
4 changed files with 4 additions and 32 deletions

View File

@@ -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.

View File

@@ -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"

View File

@@ -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

View File

@@ -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"