From 8ce418320274de074ace31c30ce6ff8e2702e053 Mon Sep 17 00:00:00 2001 From: Piotr Wasiak Date: Wed, 6 Nov 2024 15:07:11 +0100 Subject: [PATCH] Switch Syntactic to ALE (#649) Syntastic is no longer maintained. The README states: > This project is no longer maintained. If you need a syntax checking plugin for Vim you might be interested in Syntastic's spiritual succesor, ALE. Although it shares no code with syntastic and it takes a very different approach to design, ALE can be considered a natural evolution of syntastic in terms of goals and functionality. Check it out, you probably won't be disappointed. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83524409f..9a9bfea67 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ you agree to abide by the thoughtbot [code of conduct]. Edit the `mac` file. Document in the `README.md` file. Update the `CHANGELOG`. -Follow shell style guidelines by using [ShellCheck] and [Syntastic]. +Follow shell style guidelines by using [ShellCheck] and [ALE] or deprecated [Syntastic]. ```sh brew install shellcheck @@ -209,6 +209,8 @@ brew install shellcheck [ShellCheck]: http://www.shellcheck.net/about.html [Syntastic]: https://github.com/scrooloose/syntastic +[ALE]: https://github.com/dense-analysis/ale + ### Testing your changes