From 83decbb62b8b3f1638927033f12b55f9b11f78c6 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Mon, 7 Nov 2022 20:05:30 +0100 Subject: Update to ruby/spec@740ccc8 --- spec/ruby/.rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'spec/ruby/.rubocop.yml') diff --git a/spec/ruby/.rubocop.yml b/spec/ruby/.rubocop.yml index 3a16fc43f8..82733c4b4d 100644 --- a/spec/ruby/.rubocop.yml +++ b/spec/ruby/.rubocop.yml @@ -115,6 +115,10 @@ Lint/EmptyWhen: - language/case_spec.rb - optional/capi/spec_helper.rb +Lint/ErbNewArguments: + Exclude: + - 'library/erb/new_spec.rb' + Lint/FormatParameterMismatch: Exclude: - 'core/kernel/shared/sprintf.rb' -- cgit v1.2.3