From 83460086aab9d5d531e6531d27ec5975a24a9bb6 Mon Sep 17 00:00:00 2001 From: r7kamura Date: Mon, 16 Oct 2023 19:45:49 +0900 Subject: [PATCH] Fix typo about Style/RedundantParentheses --- CHANGELOG.md | 2 +- default.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5455032..ad68eae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## 0.19.0 - 2023-10-16 -- Disable Style/RedundantParantheses by default. +- Disable Style/RedundantParentheses by default. ## 0.18.0 - 2023-04-04 diff --git a/default.yml b/default.yml index 254562f..1431b16 100644 --- a/default.yml +++ b/default.yml @@ -124,7 +124,7 @@ Style/ParallelAssignment: Style/RedundantLineContinuation: Enabled: false -Style/RedundantParantheses: +Style/RedundantParentheses: Enabled: false Style/RescueModifier: