activeadmin / arbre

An Object Oriented DOM Tree in Ruby
MIT License
764 stars 74 forks source link

Remove redundant encoding #614

Closed tagliala closed 1 month ago

tagliala commented 1 month ago

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 2.7

Autofixed with:

rubocop -a
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.32%. Comparing base (b6dac5d) to head (52ab11f). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #614 +/- ## ======================================= Coverage 94.32% 94.32% ======================================= Files 17 17 Lines 458 458 ======================================= Hits 432 432 Misses 26 26 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.