From bf13ca420390aafa6578bd2ee9c78505950f2ea6 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Fri, 28 Jun 2024 12:43:15 +0200 Subject: [PATCH] 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. --- Matrixfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Matrixfile b/Matrixfile index 1a1547bc41a..d207523de9d 100644 --- a/Matrixfile +++ b/Matrixfile @@ -1,4 +1,4 @@ -# coding: UTF-8 +# coding: UTF-8 # rubocop:disable Style/Encoding # frozen_string_literal: true # rubocop:disable Layout/HashAlignment