summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-08-02 16:08:36 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-08-02 17:23:18 +0900
commit0292ec9b8a75a88abf860a2c050efe46bb5844cb (patch)
tree12ab5505161b84e5642e4d188dcee8f8690f913e
parent954852f7a6a55c9ecd3d683234652cc7128b2a1f (diff)
Removed paths-ignore because it's not affect with cpp
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4702
-rw-r--r--.github/codeql/codeql-config.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/codeql/codeql-config.yml b/.github/codeql/codeql-config.yml
index 7196708b21..20b06dcc47 100644
--- a/.github/codeql/codeql-config.yml
+++ b/.github/codeql/codeql-config.yml
@@ -1,4 +1 @@
name: "CodeQL config for the Ruby language"
-
-paths-ignore:
- - '/ext/**/*/conftest.c'