add Vala-Lint as supported linter

This commit is contained in:
Atsuya Takagi 2021-01-05 17:49:43 +09:00
parent 2dbf4ee271
commit 04550717bf
2 changed files with 2 additions and 0 deletions

View File

@ -501,6 +501,7 @@ Notes:
* `typecheck`
* VALA
* `uncrustify`
* `vala-lint`!!
* Verilog
* `hdl-checker`
* `iverilog`

View File

@ -510,6 +510,7 @@ formatting.
* typecheck
* VALA
* [uncrustify](https://github.com/uncrustify/uncrustify)
* [vala-lint](https://github.com/vala-lang/vala-lint) :floppy_disk:
* Verilog
* [hdl-checker](https://pypi.org/project/hdl-checker)
* [iverilog](https://github.com/steveicarus/iverilog)