mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Amend comments per review
This commit is contained in:
@@ -21,9 +21,9 @@ file_types:
|
||||
legacy_qltest_extraction: true
|
||||
options:
|
||||
extract_tests:
|
||||
title: Whether to include Go test files and functions in the CodeQL database.
|
||||
title: Whether to include Go test files in the CodeQL database.
|
||||
description: >
|
||||
A value indicating whether Go test files and functions should be included in the CodeQL database.
|
||||
A value indicating whether Go test files should be included in the CodeQL database.
|
||||
The default is 'false'.
|
||||
type: string
|
||||
pattern: "^(false|true)$"
|
||||
|
||||
Reference in New Issue
Block a user