[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/github/codeql/codeql-cli/v2.19.1/ruby/codeql-extractor.yml [Back]  [Original]

name: "ruby"
display_name: "Ruby"
version: 0.1.0
column_kind: "utf8"
legacy_qltest_extraction: true
build_modes:
  - none
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) and 'none'
          (to write uncompressed TRAP).
        type: string
        pattern: "^(none|gzip)$"

Web Proxy Viewer  |  New URL  |  Original Page