theSteveMitchell / after_party

Automated post-deploy tasks for Ruby/Rails. Your deployment is the party. This is the after party
MIT License
241 stars 50 forks source link

Remove whitespace to play nice with RuboCop. #38

Closed dissolved closed 5 years ago

dissolved commented 6 years ago

Currently, the auto-generated task includes 2 whitespaces for end scope comments. The default settings for the most used Ruby linter, RuboCop (https://github.com/rubocop-hq/rubocop), specifies only 1 space before comments. Who cares about these characters? Only those of us who use RuboCop.

jsquirrelz commented 6 years ago

+1 this would be a great quality of life adjustment.