-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Expand file tree
/
Copy pathcodeql-extractor.yml
More file actions
36 lines (36 loc) · 935 Bytes
/
codeql-extractor.yml
File metadata and controls
36 lines (36 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: "ruby"
display_name: "Ruby"
version: 0.1.0
column_kind: "utf8"
legacy_qltest_extraction: true
overlay_support_version: 20250626
build_modes:
- none
default_queries:
- codeql/ruby-queries
github_api_languages:
- Ruby
scc_languages:
- Ruby
file_types:
- name: ruby
display_name: Ruby files
extensions:
- .rb
- name: erb
display_name: Ruby templates
extensions:
- .erb
options:
trap:
title: Options pertaining to TRAP.
type: object
properties:
compression:
title: Controls compression for the TRAP files written by the extractor.
description: >
This option is only intended for use in debugging the extractor. Accepted
values are 'gzip' (the default, to write gzip-compressed TRAP) 'zstd' (to
write Zstandard-compressed TRAP) and 'none' (to write uncompressed TRAP).
type: string
pattern: "^(none|gzip|zstd)$"