Skip to content

Remove redundant encoding#1093

Merged
yukideluxe merged 1 commit intoRubyMoney:mainfrom
tagliala:chore/remove-redundant-encoding
Jul 9, 2025
Merged

Remove redundant encoding#1093
yukideluxe merged 1 commit intoRubyMoney:mainfrom
tagliala:chore/remove-redundant-encoding

Conversation

@tagliala
Copy link
Contributor

This magic comment is not needed anymore because the default encoding of source code files assumed by Ruby 2 is utf-8, and the minimum required Ruby version is 3.1

Autofixed with:

rubocop -a --only Style/Encoding

@tagliala tagliala force-pushed the chore/remove-redundant-encoding branch from bb06f68 to 53db9aa Compare April 22, 2025 14:50
This magic comment is not needed anymore because the default encoding of
source code files assumed by Ruby 2 is utf-8, and the minimum required
Ruby version is 3.1

Autofixed with:
```
rubocop -a --only Style/Encoding
```
@tagliala tagliala force-pushed the chore/remove-redundant-encoding branch from 53db9aa to 6ca4eda Compare July 9, 2025 07:40
Copy link
Member

@yukideluxe yukideluxe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love all the cleanups! 🧹 Thanks! 💪🏻

@yukideluxe yukideluxe merged commit ba2adef into RubyMoney:main Jul 9, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants