You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Tools to report issues in code that are or lead to bugs.
22
22
23
23
*[AppChecker](https://npo-echelon.ru/en/solutions/appchecker.php) - static analysis tool for finding bugs, weaknesses and vulnerabilities in source code
24
24
*[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.
25
26
*[Churn-PHP](https://github.com/bmitch/churn-php.git) - Discover files in need of refactoring.
26
27
*[Composer-Unused](https://github.com/composer-unused/composer-unused.git) - A Composer tool to show unused Composer dependencies by scanning your code.
27
28
*[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.
125
126
126
127
Tools to measure the code complexity, line of codes, etc.
127
128
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.
128
130
*[churn-php](https://github.com/bmitch/churn-php) - Helps discover good candidates for refactoring.
129
131
*[Design Pattern Detector](https://github.com/Halleck45/DesignPatternDetector.git) - detection of design patterns in PHP code.
130
132
*[dePHPend](https://github.com/mihaeu/dephpend) - dePHPend helps analyze dependencies & architecture and allows you to define constraints for both.
0 commit comments