Skip to content

Commit 15e3757

Browse files
authored
Merge pull request #57 from Halleck45/new_tool_astmetrics
Adds AST Metrics to the static analyzer' list
2 parents b0e56b6 + eb1e9ed commit 15e3757

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Tools to report issues in code that are or lead to bugs.
2222

2323
* [AppChecker](https://npo-echelon.ru/en/solutions/appchecker.php) - static analysis tool for finding bugs, weaknesses and vulnerabilities in source code
2424
* [Code insight](https://github.com/console-helpers/code-insight) - A tool for analysing other project code bases.
25+
* [AST Metrics](https://github.com/Halleck45/ast-metrics) - A blazing-fast static code analyzer that help your to identify code that needs to be refactored.
2526
* [Churn-PHP](https://github.com/bmitch/churn-php.git) - Discover files in need of refactoring.
2627
* [Composer-Unused](https://github.com/composer-unused/composer-unused.git) - A Composer tool to show unused Composer dependencies by scanning your code.
2728
* [Eir](https://github.com/Lixody/Eir) - A static vulnerability analysis tool written in C#.
@@ -125,6 +126,7 @@ Tools to automatically fix the code they are provided with.
125126

126127
Tools to measure the code complexity, line of codes, etc.
127128

129+
* [AST Metrics](https://github.com/Halleck45/ast-metrics) - A blazing-fast static code analyzer that calculates various metrics to help identify code that needs to be refactored, and provides a beautiful graphical interface.
128130
* [churn-php](https://github.com/bmitch/churn-php) - Helps discover good candidates for refactoring.
129131
* [Design Pattern Detector](https://github.com/Halleck45/DesignPatternDetector.git) - detection of design patterns in PHP code.
130132
* [dePHPend](https://github.com/mihaeu/dephpend) - dePHPend helps analyze dependencies & architecture and allows you to define constraints for both.

0 commit comments

Comments
 (0)