diff options
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index d0b85635ba..d5e7780ea6 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -53,6 +53,9 @@ Style/EachWithObject: Style/SpecialGlobalVars: Enabled: false +Style/TrailingComma: + Enabled: false + # Metrics # Arbitrary max lengths for classes simply do not work and enabling this will |