Skip to content

Commit bf13ca4

Browse files
committed
Disable Rubocop warning about encoding
I really don't know why this magic comment is necessary, but some bits insist at opening this file as US-ASCII without it.
1 parent 6e0061b commit bf13ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Matrixfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# coding: UTF-8
1+
# coding: UTF-8 # rubocop:disable Style/Encoding
22
# frozen_string_literal: true
33

44
# rubocop:disable Layout/HashAlignment

0 commit comments

Comments
 (0)