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: