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