fix linter error

This commit is contained in:
Koni Marti 2024-10-14 10:15:21 +02:00
parent 3fc3c1ddaa
commit 418dcd0826
2 changed files with 4 additions and 4 deletions

View File

@ -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`

View File

@ -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)