TalentBox / sequel-rails

A gem for using Sequel with Rails 5.x, 6.x, 7.x
http://talentbox.github.io/sequel-rails/
MIT License
324 stars 81 forks source link

Add frozen_string_literal to migration template #174

Closed artofhuman closed 4 years ago

artofhuman commented 4 years ago

Rubocop has rule https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Style/FrozenStringLiteralComment which turned on by default.

@JonathanTron WDYT?

JonathanTron commented 4 years ago

Thanks @artofhuman, this change is fine with me.