From 28bafd5354427d27cabe40966bd069a75984e2b1 Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon Date: Wed, 29 Jun 2016 15:23:44 +0200 Subject: Enable Style/SpaceAfterComma Rubocop cop --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 718af49cd4f..bba45c7fb55 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -536,7 +536,7 @@ Style/SpaceAfterColon: # Use spaces after commas. Style/SpaceAfterComma: - Enabled: false + Enabled: true # Do not put a space between a method name and the opening parenthesis in a # method definition. -- cgit v1.2.3