1

我正在尝试在我的 Ubuntu 16.04 上设置 PHPCS、PHPMD 我按照这些说明进行操作,但我在安装 pfff 时遇到了困难

which phpcs
-/usr/bin/phpcs
which phpcbf
-/usr/bin/phpcbf
which php-cs-fixer
-/usr/local/bin/php-cs-fixer
which phpmd
-/usr/bin/phpmd
which git #installed version is 2.16.1
-/usr/bin/git 

现在当我安装 pfff

cd /opt/
git clone --depth=1 https://github.com/facebook/pfff.git

它给了我错误

warning: unable to access '/home/<domain>/<username>/.config/git/attributes': Permission denied

我也去了 .config 文件夹,但没有 git 文件夹。虽然忽略了警告,但我执行了下一步,但它显示 .configure 文件未找到。然后我忽略了所有错误并开始 sublime 并完成了 phpcs 设置

在崇高它给了我另一个错误

FileNotFoundError: [Errno 2] No such file or directory: '/opt/pfff/scheck'

有什么建议吗?

4

0 回答 0