codeql/config/dbscheme-fragments.json

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

33 строки
1010 B
JSON
Исходник Обычный вид История

{
"files": [
2023-04-20 17:07:42 +03:00
"javascript/ql/lib/semmlecode.javascript.dbscheme",
2023-04-21 14:36:12 +03:00
"python/ql/lib/semmlecode.python.dbscheme",
"ruby/ql/lib/ruby.dbscheme",
"ql/ql/src/ql.dbscheme"
],
"fragments": [
2023-04-20 17:07:42 +03:00
"/*- External data -*/",
"/*- Files and folders -*/",
"/*- Diagnostic messages -*/",
"/*- Diagnostic messages: severity -*/",
2023-04-20 17:07:42 +03:00
"/*- Source location prefix -*/",
"/*- Lines of code -*/",
"/*- Configuration files with key value pairs -*/",
"/*- YAML -*/",
"/*- XML Files -*/",
"/*- XML: sourceline -*/",
2023-04-21 14:36:12 +03:00
"/*- DEPRECATED: External defects and metrics -*/",
"/*- DEPRECATED: Snapshot date -*/",
"/*- DEPRECATED: Duplicate code -*/",
"/*- DEPRECATED: Version control data -*/",
"/*- JavaScript-specific part -*/",
"/*- Ruby dbscheme -*/",
"/*- Erb dbscheme -*/",
"/*- QL dbscheme -*/",
"/*- Dbscheme dbscheme -*/",
"/*- Yaml dbscheme -*/",
"/*- Blame dbscheme -*/",
2023-04-21 14:36:12 +03:00
"/*- JSON dbscheme -*/",
"/*- Python dbscheme -*/"
]
2023-04-21 14:36:12 +03:00
}