editorconfig checker.php:一种工具来验证您的文件与.editorconfig是否一致 源码
editorconfig-checker 这是一个命令行工具,用于检查给定文件是否实现了.editorconfig规则。 什么? 这是一个检查文件是否考虑.editorconfig的工具。 大多数工具-例如linters-仅测试一种文件类型,并且需要额外的配置。 该工具只需要您的editorconfig即可检查所有文件。 重要 这只是核心的包装。 您应该查看此存储库,以了解如何使用此工具以及存在哪些可能性/问题。 该版本可以与内核相同的方式使用,因为每个参数都简单地传递给了它。 安装 建议通过composer安装: composer require --dev editorconfig-
文件列表
editorconfig-checker_php-master.zip
(预估有个10文件)
editorconfig-checker.php-master
Dockerfile
93B
Makefile
109B
.ecrc
34B
src
EditorconfigChecker
Cli.php
1KB
Utilities.php
4KB
EditorconfigChecker.php
312B
bin
暂无评论