Enable the Layout/TrailingBlankLines cop

This commit is contained in:
gregoirenovel 2018-01-15 22:13:29 +01:00
parent 6428aa023d
commit 2df14691e7
2 changed files with 1 additions and 2 deletions

View file

@ -231,7 +231,7 @@ Layout/Tab:
Enabled: true
Layout/TrailingBlankLines:
Enabled: false
Enabled: true
Layout/TrailingWhitespace:
Enabled: false

View file

@ -12,4 +12,3 @@ describe NewGestionnaire::GestionnaireController, type: :controller do
end
end
end