From 18a5162e7eb511ca7c80a279ba868cf539130a76 Mon Sep 17 00:00:00 2001 From: Marc-Andre Lafortune Date: Thu, 10 Sep 2020 13:48:21 -0400 Subject: [PATCH] Disallow trailing whitespaces internally --- .rubocop.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 4f05d5be2d7..4a8e63e4686 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -59,9 +59,8 @@ Layout/ClassStructure: - protected_methods - private_methods -# Trailing white space is meaningful in code examples Layout/TrailingWhitespace: - AllowInHeredoc: true + AllowInHeredoc: false Lint/AmbiguousBlockAssociation: Exclude: