2020-10-21 19:06:31 +03:00
|
|
|
name: "ruby"
|
|
|
|
display_name: "Ruby"
|
2021-08-10 13:02:54 +03:00
|
|
|
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
|
2022-12-23 16:15:04 +03:00
|
|
|
github_api_languages:
|
|
|
|
- Ruby
|
|
|
|
scc_languages:
|
|
|
|
- Ruby
|
2020-10-21 19:06:31 +03:00
|
|
|
file_types:
|
|
|
|
- name: ruby
|
|
|
|
display_name: Ruby files
|
|
|
|
extensions:
|
2021-09-21 14:08:42 +03:00
|
|
|
- .rb
|
2021-07-29 13:49:22 +03:00
|
|
|
- name: erb
|
2021-01-20 19:39:52 +03:00
|
|
|
display_name: Ruby templates
|
|
|
|
extensions:
|
2021-09-21 14:08:42 +03:00
|
|
|
- .erb
|
|
|
|
options:
|
2023-03-10 09:18:49 +03:00
|
|
|
trap:
|
2023-03-10 11:11:58 +03:00
|
|
|
title: Options pertaining to TRAP.
|
2023-03-10 09:18:49 +03:00
|
|
|
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)$"
|