Python: Change invalid @kind.

This commit is contained in:
Luke Cartey
2019-05-16 12:33:02 +01:00
parent d1a711e459
commit 5e409a3eaa
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
/**
* @name Filter: non-generated files
* @description Only keep results that aren't (or don't appear to be) generated.
* @kind file-classifier
* @kind problem
* @id py/not-generated-file-filter
*/
import external.DefectFilter

View File

@@ -1,7 +1,7 @@
/**
* @name Filter: non-test files
* @description Only keep results that aren't in tests
* @kind file-classifier
* @kind problem
* @id py/not-test-file-filter
*/
import external.DefectFilter