[CodeQL] How do you exclude some files / directories in the creation of a database? #738
Unanswered
JasperSurmont
asked this question in
Q&A
Replies: 1 comment
-
Hi @JasperSurmont. Thanks for your question. It's unfortunately not possible to exclude some of the files, as CodeQL needs a somewhat complete view of your codebase in order to reason able the code. There are several options here:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A large part of my Go project is scaffolded (boilerplate). Is there a way, when creating the database, to exclude these prebuilt files and only include certain (self-written) files?
Beta Was this translation helpful? Give feedback.
All reactions