Skip to content

Commit

Permalink
Disable Rubocop warning about encoding
Browse files Browse the repository at this point in the history
I really don't know why this magic comment is necessary, but some bits
insist at opening this file as US-ASCII without it.
  • Loading branch information
lloeki committed Jun 28, 2024
1 parent 6e0061b commit bf13ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Matrixfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coding: UTF-8
# coding: UTF-8 # rubocop:disable Style/Encoding
# frozen_string_literal: true

# rubocop:disable Layout/HashAlignment
Expand Down

0 comments on commit bf13ca4

Please sign in to comment.