From de7157e076253acc22ffab6fbc329fe728fcf08c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 8 Apr 2020 09:18:11 +0200 Subject: Fixed CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index c0d6e89..e70098a 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,3 +1,3 @@ # Allow me to write me own name on the copyright notice :) Style/AsciiComments: - Enabled: false + AllowedChars: ['é', 'à'] -- cgit v1.2.3