From 0b4d1641d18e2d6353020cfb8d316916f3764448 Mon Sep 17 00:00:00 2001 From: smallmonkeykey <93828540+smallmonkeykey@users.noreply.github.com> Date: Wed, 7 Sep 2022 11:45:08 +0900 Subject: [PATCH] Fixed typo --- .rubocop_rspec_base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop_rspec_base.yml b/.rubocop_rspec_base.yml index b00eb6cea..63294b1de 100644 --- a/.rubocop_rspec_base.yml +++ b/.rubocop_rspec_base.yml @@ -32,7 +32,7 @@ Metrics/CyclomaticComplexity: # We use YARD to enforce documentation. It works better than rubocop's # enforcement...rubocop complains about the places we re-open -# `RSpec::Expectations` and `RSpec::Matchers` w/o having doc commments. +# `RSpec::Expectations` and `RSpec::Matchers` w/o having doc comments. Style/Documentation: Enabled: false