Skip to content

Commit 0b849a3

Browse files
authored
Merge pull request #11587 from owen-mc/go/remove-error-expr-from-dbscheme
Go: Remove @errorexpr from the dbscheme (use @badexpr)
2 parents 598b4c3 + 3c6f466 commit 0b849a3

File tree

10 files changed

+2221
-5
lines changed

10 files changed

+2221
-5
lines changed

go/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ extractor-common: codeql-extractor.yml LICENSE ql/lib/go.dbscheme \
8383
cp codeql-extractor.yml LICENSE ql/lib/go.dbscheme ql/lib/go.dbscheme.stats $(EXTRACTOR_PACK_OUT)
8484
mkdir $(EXTRACTOR_PACK_OUT)/tools
8585
cp -r tools/tokenizer.jar $(CODEQL_TOOLS) $(EXTRACTOR_PACK_OUT)/tools
86+
cp -r downgrades $(EXTRACTOR_PACK_OUT)
8687

8788
extractor: extractor-common tools-codeql
8889
cp -r tools/$(CODEQL_PLATFORM) $(EXTRACTOR_PACK_OUT)/tools

0 commit comments

Comments
 (0)