ruby-changes:73567
From: Nobuyoshi <ko1@a...>
Date: Thu, 15 Sep 2022 10:25:28 +0900 (JST)
Subject: [ruby-changes:73567] d152ac677c (master): Make CodeQL ignore syntax_suggest because of the performance problem
https://git.ruby-lang.org/ruby.git/commit/?id=d152ac677c From d152ac677cffdbc136530dd56a56c42518d29ea4 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Thu, 15 Sep 2022 09:25:16 +0900 Subject: Make CodeQL ignore syntax_suggest because of the performance problem https://github.com/github/codeql/discussions/10120#discussioncomment-3485880 --- .github/codeql/codeql-config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/codeql/codeql-config.yml b/.github/codeql/codeql-config.yml index 91f82b842b..6036043d8c 100644 --- a/.github/codeql/codeql-config.yml +++ b/.github/codeql/codeql-config.yml @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/.github/codeql/codeql-config.yml#L1 name: "CodeQL config for the Ruby language" languages: cpp + +# syntax_suggest consumes an hour. +paths-ignore: + - lib/syntax_suggest -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/