зеркало из https://github.com/github/codeql.git
Java: deprecate queries that use `VCS.qll`
This commit is contained in:
Родитель
dd6fd400aa
Коммит
1b84fceb3c
|
@ -6,6 +6,7 @@
|
|||
* @metricType file
|
||||
* @metricAggregate avg sum max
|
||||
* @id java/vcs/churn-per-file
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
import java
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* @metricType file
|
||||
* @metricAggregate avg sum max
|
||||
* @id java/vcs/added-lines-per-file
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
import java
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* @metricType file
|
||||
* @metricAggregate avg sum max
|
||||
* @id java/vcs/deleted-lines-per-file
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
import java
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* @metricType file
|
||||
* @metricAggregate avg min max
|
||||
* @id java/vcs/authors-per-file
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
import java
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* @metricType file
|
||||
* @metricAggregate avg min max sum
|
||||
* @id java/vcs/commits-per-file
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
import java
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* @metricType file
|
||||
* @metricAggregate avg min max sum
|
||||
* @id java/vcs/recent-commits-per-file
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
import java
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
* @description Filter a defect query to only include results in files that have been changed recently, and modify the message.
|
||||
* @kind problem
|
||||
* @id java/recently-changed-file-filter
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
import java
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
* @description Filter a metric query to only include results in files that have been changed recently, and modify the message.
|
||||
* @kind treemap
|
||||
* @id java/recently-changed-file-metric-filter
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
import java
|
||||
|
|
Загрузка…
Ссылка в новой задаче