-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable frozen_string_literal: true
in logger.rb
.
#23
Conversation
@sonots what do you think of this? |
I remember the Also, I remember that I merged Line 240 in 2dc832e
Logically thinking, |
I cannot find any example of mutable string and all tests pass so I think this is okay. |
Because |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove unnecessary .freeze if we change to frozen_string_literal: true
because they are unnecessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, I want to make frozen_string_literal: true
for all lib files in this library for consistency.
I will take care of others, let me merge. |
Sorry I was sleeping but everything you did looks good! |
Is there any reason not to do this?