作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
如何创建由带有选项 --rules=@custom
的 fix
命令运行的自定义规则集?
像@PSR1
, @PSR2
, @Symfony
, @PHP56Migration
, @PHP70Migration
, @PHP71Migration
制作完成。
php-cs-fixer 版本:2.2.3
仅通过插入供应商代码 -vendor/friendsofphp/php-cs-fixer/src/RuleSet.php
:
private $setDefinitions = array(
'@custom' => [
'some_custom_fixer` => true,
]
)
如我所料,但 RuleSet
是 final class
。使用自定义配置 .php_cs
时,有没有办法覆盖或扩展 setDefinitions
?
最佳答案
目前,无法像注册自定义修复程序那样注册自定义规则集。尽管如此,我们已经在考虑引入它会很好,但它并不是我们待办事项列表中的优先事项。随意写下如何处理的提案,以及初步讨论后的 PR。 https://github.com/FriendsOfPHP/PHP-CS-Fixer/
关于php - 如何为 php-cs-fixer 创建自定义规则集?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44715387/
我是一名优秀的程序员,十分优秀!