From ad679ec9e59c78fb9f6c53625cf14173c3644698 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 28 Feb 2023 11:31:00 +0900 Subject: Ignore rb/overly-large-range on URI --- .github/workflows/codeql-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') 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 -- cgit v1.2.3