Skip to content

Commit ef3005e

Browse files
committed
Python: sync shared dbscheme fragments
1 parent 294cc93 commit ef3005e

File tree

3 files changed

+225
-170
lines changed

3 files changed

+225
-170
lines changed

config/dbscheme-fragments.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"files": [
33
"javascript/ql/lib/semmlecode.javascript.dbscheme",
4+
"python/ql/lib/semmlecode.python.dbscheme",
45
"ruby/ql/lib/ruby.dbscheme",
56
"ql/ql/src/ql.dbscheme"
67
],
@@ -14,13 +15,18 @@
1415
"/*- Configuration files with key value pairs -*/",
1516
"/*- YAML -*/",
1617
"/*- XML Files -*/",
18+
"/*- DEPRECATED: External defects and metrics -*/",
19+
"/*- DEPRECATED: Snapshot date -*/",
20+
"/*- DEPRECATED: Duplicate code -*/",
21+
"/*- DEPRECATED: Version control data -*/",
1722
"/*- JavaScript-specific part -*/",
1823
"/*- Ruby dbscheme -*/",
1924
"/*- Erb dbscheme -*/",
2025
"/*- QL dbscheme -*/",
2126
"/*- Dbscheme dbscheme -*/",
2227
"/*- Yaml dbscheme -*/",
2328
"/*- Blame dbscheme -*/",
24-
"/*- JSON dbscheme -*/"
29+
"/*- JSON dbscheme -*/",
30+
"/*- Python dbscheme -*/"
2531
]
26-
}
32+
}

0 commit comments

Comments
 (0)