mediawiki/minus-x
最新稳定版本:1.1.3
Composer 安装命令:
composer require mediawiki/minus-x
包简介
Removes executable bit from files that shouldn't be executable
README 文档
README
MinusX is a utility that finds files that shouldn't have a UNIX executable mode.
Files that are marked as executable must either have a MIME type of
application/x-executable or application/x-sharedlib, or start with
a shebang.
It can be installed via composer:
composer require mediawiki/minus-x --dev
Usage:
minus-x check .
And to automatically fix errors:
minus-x fix .
If you want to ignore a specific file or directory from being checked,
create a .minus-x.json in the repository root:
{
"ignore": [
"./bin/executable"
],
"ignoreDirectories": [
"./extensions"
]
}
The directories .git, vendor, and node_modules are always ignored.
MinusX is licensed under the terms of the GPL, v3 or later. See COPYING for more details.
统计信息
- 总下载量: 494.05k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 255
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2017-09-11