aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
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