summaryrefslogtreecommitdiff
path: root/ale_linters
diff options
context:
space:
mode:
authorHoracio Sanson <hsanson@gmail.com>2021-08-06 11:36:39 +0900
committerGitHub <noreply@github.com>2021-08-06 11:36:39 +0900
commit10f984673c51d2affbf8dc69d79a6280d7b69060 (patch)
tree47efc16d7e283c3cbdd8ca0dc0abdc5ada0f9576 /ale_linters
parent9eb39348e928e6a89938784e67ba4168c5a295c0 (diff)
downloadale-10f984673c51d2affbf8dc69d79a6280d7b69060.zip
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 <horacio@allm.inc>
Diffstat (limited to 'ale_linters')
-rw-r--r--ale_linters/mail/languagetool.vim2
-rw-r--r--ale_linters/markdown/languagetool.vim2
2 files changed, 2 insertions, 2 deletions
diff --git a/ale_linters/mail/languagetool.vim b/ale_linters/mail/languagetool.vim
index 330fb8ec..f68dab7a 100644
--- a/ale_linters/mail/languagetool.vim
+++ b/ale_linters/mail/languagetool.vim
@@ -1,4 +1,4 @@
-" Author: Vincent (wahrwolf [ät] wolfpit.net)
+" Author: Vincent (wahrwolf [at] wolfpit.net)
" Description: languagetool for mails
diff --git a/ale_linters/markdown/languagetool.vim b/ale_linters/markdown/languagetool.vim
index d6bca22e..422a38c3 100644
--- a/ale_linters/markdown/languagetool.vim
+++ b/ale_linters/markdown/languagetool.vim
@@ -1,4 +1,4 @@
-" Author: Vincent (wahrwolf [ät] wolfpit.net)
+" Author: Vincent (wahrwolf [at] wolfpit.net)
" Description: languagetool for markdown files