Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit a74058d

Browse files
committed
Remove repo contents after migration
The contents of this repository have been migrated to the `github/codeql` repository, specifically https://github.com/github/codeql/tree/main/go. See #741 for details. Remove the contents of this repo, keeping only licensing and repo docs, so that users who clone both the `codeql` and `codeql-go` repos do not end up with conflicting source files, particularly CodeQL packs.
1 parent 415c3d1 commit a74058d

File tree

2,271 files changed

+0
-198978
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,271 files changed

+0
-198978
lines changed

.codeqlmanifest.json

-20
This file was deleted.

.devcontainer/devcontainer.json

-10
This file was deleted.

.gitattributes

-6
This file was deleted.

.github/codeql/codeql-config.yml

-4
This file was deleted.

.github/problem-matchers/codeql-query-format.json

-14
This file was deleted.

.github/problem-matchers/codeql-syntax-check.json

-17
This file was deleted.

.github/problem-matchers/codeql-test-run.json

-14
This file was deleted.

.github/problem-matchers/make.json

-13
This file was deleted.

.github/workflows/check-change-note.yml

-33
This file was deleted.

.github/workflows/codeqltest.yml

-143
This file was deleted.

.gitignore

-25
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,3 @@
11
# editor and OS artifacts
22
*~
33
.DS_STORE
4-
5-
# query compilation caches
6-
.cache
7-
8-
# build artifacts
9-
build/*
10-
11-
# qltest projects and artifacts
12-
ql/test/**/*.testproj
13-
ql/test/**/*.actual
14-
ql/test/**/go.sum
15-
16-
# Java class files
17-
**/*.class
18-
19-
# binaries
20-
tools/bin
21-
tools/linux64
22-
tools/osx64
23-
tools/win64
24-
tools/tokenizer.jar
25-
main
26-
27-
# QL pack output directories
28-
.codeql

.lgtm.yml

-5
This file was deleted.

0 commit comments

Comments
 (0)