Enable the Layout/TrailingWhitespace cop

This commit is contained in:
gregoirenovel 2018-01-15 22:13:52 +01:00
parent 2df14691e7
commit 813844f9db
3 changed files with 4 additions and 4 deletions

View file

@ -234,7 +234,7 @@ Layout/TrailingBlankLines:
Enabled: true Enabled: true
Layout/TrailingWhitespace: Layout/TrailingWhitespace:
Enabled: false Enabled: true
Lint/AmbiguousBlockAssociation: Lint/AmbiguousBlockAssociation:
Enabled: false Enabled: false