vscode-codeql/.github/codeql
Andrew Eisenberg 5133ee713f Add the assert-pure query
This query ensures that all of our files marked as "pure" remain that
way. In this case "pure" means that it does not depend on vscode and
can therefore be run in tests outside of a runtime environment.

This commit also explicitly moves all of our "pure" files to the
`src/pure` directory.
2020-11-02 18:40:45 -08:00
..
queries Add the assert-pure query 2020-11-02 18:40:45 -08:00
codeql-config.yml Add the assert-pure query 2020-11-02 18:40:45 -08:00