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
@@ -501,6 +501,7 @@ Notes:
* `typecheck` * `typecheck`
* VALA * VALA
* `uncrustify` * `uncrustify`
* `vala-lint`!!
* Verilog * Verilog
* `hdl-checker` * `hdl-checker`
* `iverilog` * `iverilog`
+1
View File
@@ -510,6 +510,7 @@ formatting.
* typecheck * typecheck
* VALA * VALA
* [uncrustify](https://github.com/uncrustify/uncrustify) * [uncrustify](https://github.com/uncrustify/uncrustify)
* [vala-lint](https://github.com/vala-lang/vala-lint) :floppy_disk:
* Verilog * Verilog
* [hdl-checker](https://pypi.org/project/hdl-checker) * [hdl-checker](https://pypi.org/project/hdl-checker)
* [iverilog](https://github.com/steveicarus/iverilog) * [iverilog](https://github.com/steveicarus/iverilog)