magento-ecg/magniffer
Composer 安装命令:
composer require magento-ecg/magniffer
包简介
An extendable, XPath driven, static code analysis tool for Magento, built on the top of PHP-Parser library.
README 文档
README
An extendable, XPath driven, static code analysis tool for Magento, built on the top of PHP-Parser library.
List of Detected Issues
- SQL Queries Within a Loop
- Not Limiting Collection Load Result
- Empty Class
- Empty Method
- Expression is Always True
- Empty Password in Configuration File
- Handling Overly Broad Event
- Use of Global Event
- Configuration Not in adminhtml.xml.
Installation
With Composer:
composer require --dev magento-ecg/magniffer
Basic Usage
$ php ./vendor/bin/mgf /path/to/files
Extending
It's easy to create a custom inspection by declaring a message, xpath and inspector in YAML file. For example:
message : Empty Class
xpath : //node:Stmt_Class[count(subNode:stmts/scalar:array/*) = 0]/subNode:name/scalar:string
inspector : php
统计信息
- 总下载量: 585
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 73
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-09-24