Skip to content

Commit

Permalink
Switch Syntactic to ALE (#649)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
choosen authored Nov 6, 2024
1 parent 014a06e commit 8ce4183
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,14 +201,16 @@ 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
```

[ShellCheck]: http://www.shellcheck.net/about.html
[Syntastic]: https://github.com/scrooloose/syntastic
[ALE]: https://github.com/dense-analysis/ale


### Testing your changes

Expand Down

0 comments on commit 8ce4183

Please sign in to comment.