@@ -17,31 +17,32 @@ code analysis.
1717
1818A list of supported languages:
1919
20+ - C# (C Sharp)
2021- C/C++ (works with C++14)
22+ - Erlang
23+ - Fortran
24+ - GDScript
25+ - Golang
2126- Java
22- - C# (C Sharp)
2327- JavaScript (With ES6 and JSX)
24- - TypeScript (With TSX)
25- - VueJS
28+ - Kotlin
29+ - Lua
2630- Objective-C
27- - Swift
31+ - Perl
32+ - PHP
33+ - PL/SQL
2834- Python
35+ - R
2936- Ruby
30- - TTCN-3
31- - PHP
32- - Scala
33- - GDScript
34- - Golang
35- - Lua
3637- Rust
37- - Fortran
38- - Kotlin
38+ - Scala
3939- Solidity
40- - Erlang
41- - Zig
42- - Perl
4340- Structured Text (St)
44- - R
41+ - Swift
42+ - TTCN-3
43+ - TypeScript (With TSX)
44+ - VueJS
45+ - Zig
4546
4647By default lizard will search for any source code that it knows and mix
4748all the results together. This might not be what you want. You can use
@@ -129,7 +130,7 @@ Options
129130 search for all languages it knows. `lizard -l cpp -l java`searches for
130131 C++ and Java code. The available languages are: cpp, java, csharp,
131132 javascript, python, objectivec, ttcn, ruby, php, swift, scala, GDScript,
132- go, lua, rust, typescript
133+ go, lua, rust, typescript, plsql
133134 -V, --verbose Output in verbose mode (long function name)
134135 -C CCN, --CCN CCN Threshold for cyclomatic complexity number warning. The default value is
135136 15. Functions with CCN bigger than it will generate warning
@@ -382,3 +383,12 @@ Lizard is also used as a plugin for fastlane to help check code complexity and s
382383- `European research project FASTEN (Fine-grained Analysis of SofTware Ecosystems as Networks, <http://fasten-project.eu/) >`_
383384 - `for a quality analyzer <https://github.com/fasten-project/quality-analyzer >`_
384385
386+ How To Contribute
387+ -----------------
388+
389+ Contributions are welcome. Please refer to the rules and development workflow in:
390+
391+ - https://github.com/terryyin/lizard/tree/master/.cursor/rules
392+
393+ These guidelines are usable by both AI assistants and human contributors — what works for AI works for "I" as well — to keep changes cohesive, simple, and well-tested.
394+
0 commit comments