aboutsummaryrefslogtreecommitdiffstats
path: root/Library/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Library/.rubocop.yml')
-rw-r--r--Library/.rubocop.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml
index 30b9ec81e..314467ef0 100644
--- a/Library/.rubocop.yml
+++ b/Library/.rubocop.yml
@@ -168,6 +168,8 @@ Style/TernaryParentheses:
# makes diffs nicer
Style/TrailingCommaInLiteral:
EnforcedStyleForMultiline: comma
+Style/TrailingCommaInArguments:
+ EnforcedStyleForMultiline: comma
Style/VariableNumber:
Enabled: false