This is was already committed and merged, but PR #32 regressed the fix.
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.
@dissolved thanks for fixing this again. I’m going to look into adding Rubocop to this project as well (for development). I’ll cut a new release in the next few days with this change
This is was already committed and merged, but PR #32 regressed the fix.
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.