summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-02-28 11:31:00 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-02-28 12:05:57 +0900
commitad679ec9e59c78fb9f6c53625cf14173c3644698 (patch)
treec6343d6ea793174f36c42b74702cb85a62a9189b /.github
parentc21260e3ffc46c45ea71be0d5be0c3a11948927c (diff)
Ignore rb/overly-large-range on URI
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7399
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql-analysis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 2a59a2ac9f..ff662a5901 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -87,6 +87,8 @@ jobs:
with:
patterns: |
+**/*.rb
+ -lib/bundler/vendor/uri/lib/uri/mailto.rb:rb/overly-large-range
+ -lib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb:rb/overly-large-range
-test/ruby/test_io.rb:rb/non-constant-kernel-open
-test/open-uri/test_open-uri.rb:rb/non-constant-kernel-open
-test/open-uri/test_ssl.rb:rb/non-constant-kernel-open