From 418dcd0826596925ad90477ac7c28e32d7bf883a Mon Sep 17 00:00:00 2001 From: Koni Marti Date: Mon, 14 Oct 2024 10:15:21 +0200 Subject: [PATCH] fix linter error --- doc/ale-supported-languages-and-tools.txt | 4 ++-- supported-tools.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index 09af09a9..26fda3ae 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -104,6 +104,8 @@ Notes: * `flawfinder` * `gcc` (`cc`) * `uncrustify` +* C3 + * `c3-lsp` * Cairo * `scarb`!! * `starknet` @@ -143,8 +145,6 @@ Notes: * `cypher-lint` * Cython (pyrex filetype) * `cython` -* C3 - * `c3-lsp` * D * `dfmt` * `dls` diff --git a/supported-tools.md b/supported-tools.md index a2d0aa8e..7f0c86c8 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -113,6 +113,8 @@ formatting. * [flawfinder](https://www.dwheeler.com/flawfinder/) * [gcc](https://gcc.gnu.org/) * [uncrustify](https://github.com/uncrustify/uncrustify) +* C3 + * [c3-lsp](https://github.com/pherrymason/c3-lsp) * Cairo * [scarb](https://docs.swmansion.com/scarb/) :floppy_disk: * [starknet](https://starknet.io/docs) @@ -152,8 +154,6 @@ formatting. * [cypher-lint](https://github.com/cleishm/libcypher-parser) * Cython (pyrex filetype) * [cython](http://cython.org/) -* C3 - * [c3-lsp](https://github.com/pherrymason/c3-lsp) * D * [dfmt](https://github.com/dlang-community/dfmt) * [dls](https://github.com/d-language-server/dls)