-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
If I follow through with running analyses using codeql cli as given here:https://help.semmle.com/codeql/codeql-cli/procedures/analyze-codeql-database.html
I end up with a similar error as reported here: #2486 if I run any of the queries located here https://github.com/Semmle/ql/tree/master/cpp/ql/examples/snippets The reason for this is a missing @kind parameter which is necessary when using database analyze subcommands.
I can make a PR fixing this in the snippets if you let me know what is the appropriate @kind parameter to add to these snippets. Unless of course these snippets are not intended to be used with database analyze
KatekovAnton