From eda5922eb47b464f11b8d7cca605a5bb73b42450 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 12 May 2015 21:06:34 -0400 Subject: Disable trailing comma style rule for Ruby 1.8 support --- Library/.rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library') diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 176e43e05..b839f3da2 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -117,3 +117,7 @@ Style/TrailingBlankLines: # we use raise, not fail Style/SignalException: EnforcedStyle: only_raise + +# trailing commas in method argument lists are a syntax error in 1.8 +Style/TrailingComma: + Enabled: false -- cgit v1.2.3