From f2128f42dec71fe656e9826c58bdf63559070de0 Mon Sep 17 00:00:00 2001 From: Richard Muniu Date: Wed, 25 Jun 2025 01:55:13 +0300 Subject: [PATCH] Add CodeQL exclusions for code samples --- CodeQL.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CodeQL.yml diff --git a/CodeQL.yml b/CodeQL.yml new file mode 100644 index 00000000..01662492 --- /dev/null +++ b/CodeQL.yml @@ -0,0 +1,10 @@ +path_classifiers: + docs: + # Documentation + - "examples" # Exclude code samples from scan results + library: + # Library code + - "" + generated: + # Generated code + - ""