codeql/ruby/codeql-extractor.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

32 строки
789 B
YAML
Исходник Обычный вид История

2020-10-21 19:06:31 +03:00
name: "ruby"
display_name: "Ruby"
version: 0.1.0
2020-10-21 19:06:31 +03:00
column_kind: "utf8"
2020-11-11 17:52:35 +03:00
legacy_qltest_extraction: true
github_api_languages:
- Ruby
scc_languages:
- Ruby
2020-10-21 19:06:31 +03:00
file_types:
- name: ruby
display_name: Ruby files
extensions:
- .rb
- name: erb
2021-01-20 19:39:52 +03:00
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) and 'none'
(to write uncompressed TRAP).
type: string
pattern: "^(none|gzip)$"