Commit b7532c6f authored by Kyle Fuller's avatar Kyle Fuller

[Rubocop] Enable Style/TrailingWhitespace

parent 45704437
...@@ -73,11 +73,6 @@ Style/SpaceInsideHashLiteralBraces: ...@@ -73,11 +73,6 @@ Style/SpaceInsideHashLiteralBraces:
Style/TrailingComma: Style/TrailingComma:
Enabled: false Enabled: false
# Offense count: 17
# Cop supports --auto-correct.
Style/TrailingWhitespace:
Enabled: false
# Offense count: 1 # Offense count: 1
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist. # Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment