From 4df9580fb08580c2c30ac639abb6920a229bcc3c Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Fri, 29 Jul 2022 09:24:53 +0900 Subject: [PATCH] Update config/default.yml Co-authored-by: Koichi ITO --- config/default.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/default.yml b/config/default.yml index 066980353a..6150915d27 100644 --- a/config/default.yml +++ b/config/default.yml @@ -960,6 +960,7 @@ Rails/ToSWithArgument: Rails/TopLevelHashWithIndifferentAccess: Description: 'Identifies top-level `HashWithIndifferentAccess`.' + Reference: 'https://guides.rubyonrails.org/upgrading_ruby_on_rails.html#top-level-hashwithindifferentaccess-is-soft-deprecated' Enabled: pending VersionAdded: '<>'