From 32caac28307bdb990cfde01b8e033c0b9ce9d3bd Mon Sep 17 00:00:00 2001 From: Iain McNulty Date: Wed, 27 Nov 2024 09:57:09 +0000 Subject: [PATCH] Ignore SafeNavigationChainLength in erb error_warning --- config/rubocop/style.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rubocop/style.yml b/config/rubocop/style.yml index deccd5cd3b..f6e93ae3e7 100644 --- a/config/rubocop/style.yml +++ b/config/rubocop/style.yml @@ -34,3 +34,4 @@ Style/SafeNavigationChainLength: - app/models/course_enrichment.rb - app/services/courses/content_status_service.rb - app/services/courses/creation_service.rb + - app/views/publish/shared/_error_wrapper.html.erb