diff options
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 26a8f81..59d170b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -445,7 +445,7 @@ Style/TrailingComma: # Offense count: 12 # Cop supports --auto-correct. Style/TrailingWhitespace: - Enabled: false + Enabled: true # Offense count: 38 # Cop supports --auto-correct. |