Convert extract-tests option to an official extractor option

This commit is contained in:
Chris Smowton
2024-08-21 16:04:39 +01:00
parent 94cb99e51d
commit f5ff822681
4 changed files with 11 additions and 4 deletions

View File

@@ -19,3 +19,11 @@ file_types:
extensions:
- .go
legacy_qltest_extraction: true
options:
extract_tests:
title: Whether to include Go test files and functions in the CodeQL database.
description: >
A value indicating whether Go test files and functions should be included in the CodeQL database.
The default is 'false'.
type: string
pattern: "^(false|true)$"