From 547d3c9e0fb3970f83925ee0aa237c0d2cfa8714 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Thu, 16 Jun 2022 22:01:07 +0100 Subject: [PATCH] .rubocop.yml: enable some new cops from rubocop-rails 2.15.0 --- Library/.rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 30cd89a721..ad28ec5006 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -237,6 +237,10 @@ Rails/SafeNavigation: Enabled: true Rails/SafeNavigationWithBlank: Enabled: true +Rails/StripHeredoc: + Enabled: true +Rails/ToFormattedS: + Enabled: true # Don't allow cops to be disabled in casks and formulae. Style/DisableCopsWithinSourceCodeDirective: