From 3dadf306ddc81183e74b048bc4119796852ed7ea Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Tue, 21 Feb 2017 17:29:35 -0600 Subject: Enable Style/DotPosition --- .rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index a836b469cc7..cb7b86c95e6 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -136,6 +136,10 @@ Style/DefWithParentheses: Style/Documentation: Enabled: false +Style/DotPosition: + Enabled: true + EnforcedStyle: trailing + # Align elses and elsifs correctly. Style/ElseAlignment: Enabled: true -- cgit v1.2.1