From 113ead43f75fa27244ee792cca168e0ac1d95e39 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Sun, 25 Apr 2021 09:38:55 +0900 Subject: [PATCH] Enable `Layout/EndOfLine` cop Refer https://github.com/rails/rails/commit/c0c77e28adfcef5d9dd2e1b0ec00758a81db427d --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index bf5f86fb5..2a804f32c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -48,6 +48,9 @@ Layout/EndAlignment: EnforcedStyleAlignWith: variable AutoCorrect: true +Layout/EndOfLine: + Enabled: true + # No extra empty lines. Layout/EmptyLines: Enabled: true