From 10f984673c51d2affbf8dc69d79a6280d7b69060 Mon Sep 17 00:00:00 2001 From: Horacio Sanson Date: Fri, 6 Aug 2021 11:36:39 +0900 Subject: Fix lint tests failing due to multibyte chars. (#3858) For some reason CI tests started failing with these errors: > ale_linters/eruby/erb.vim:1:1: Use scriptencoding when multibyte char exists (see :help :scriptencoding) > ale_linters/mail/languagetool.vim:1:1: Use scriptencoding when multibyte char exists (see :help :scriptencoding) Not sure at which point or what changed for this to happen but this MR fixes it by removing the multibyte chars present on the problem files. Co-authored-by: Horacio Sanson --- autoload/ale/fixers/dhall_freeze.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload') diff --git a/autoload/ale/fixers/dhall_freeze.vim b/autoload/ale/fixers/dhall_freeze.vim index 74ae7530..d1447b31 100644 --- a/autoload/ale/fixers/dhall_freeze.vim +++ b/autoload/ale/fixers/dhall_freeze.vim @@ -1,5 +1,5 @@ " Author: toastal -" Description: Dhall’s package freezing +" Description: Dhall's package freezing call ale#Set('dhall_freeze_options', '') -- cgit v1.2.3