From aa765e702407f12b400b07feba9d29bffd8293f7 Mon Sep 17 00:00:00 2001 From: Arthur Hess Date: Thu, 7 Nov 2024 15:42:14 -0300 Subject: [PATCH] Chore: remove `OpenStruct` exception from `.rubocop.yml` --- .rubocop.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 6dcfe055..8d6807f0 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -156,8 +156,6 @@ Performance/InefficientHashSearch: Performance/OpenStruct: Enabled: true - Exclude: - - spec/**/* Performance/RangeInclude: Enabled: true