diff options
author | Horacio Sanson <hsanson@gmail.com> | 2022-02-06 22:07:08 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 22:07:08 +0900 |
commit | 6d9399d863e6e921c87c1a95795109b872bd3925 (patch) | |
tree | e3b24985d546502abf16c6037f707f8ba27b9864 | |
parent | c9938bc293da6c868d85627fc0f2befc037bb997 (diff) | |
download | ale-6d9399d863e6e921c87c1a95795109b872bd3925.zip |
Update cmake-lint linter url (#4056)
-rw-r--r-- | supported-tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/supported-tools.md b/supported-tools.md index e903057d..5840008d 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -115,7 +115,7 @@ formatting. * CMake * [cmake-format](https://github.com/cheshirekow/cmake_format) * [cmake-lint](https://github.com/cheshirekow/cmake_format) - * [cmakelint](https://github.com/richq/cmake-lint) + * [cmakelint](https://github.com/cmake-lint/cmake-lint) * CoffeeScript * [coffee](http://coffeescript.org/) * [coffeelint](https://www.npmjs.com/package/coffeelint) |