Invoca / magic_frozen_string_literal

easily add '# frozen_string_literal: true' comments to the top of all your project's Ruby files
MIT License
159 stars 16 forks source link

Should Rakefile, Procfile, etc. handling be added? #9

Closed HotFusionMan closed 6 years ago

HotFusionMan commented 8 years ago

I noticed belatedly that Rakefile and other similarly-named files do not get handled. I wonder if adding support for such files is desirable. I think for Rakefile it may be, but likely not worthwhile for other files.

ColinDKelley commented 6 years ago

Rakefile seems like a good idea, since .rake files are processed.

ColinDKelley commented 6 years ago

Rakefile support added: https://github.com/Invoca/magic_frozen_string_literal/commit/11c54cca944f28ae74997042250700b98c84aeb5