我正在尝试在我的Ubuntu 16.04上设置PHPCS,PHPMD 我正在遵循these指令,但我遇到了安装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文件未找到。然后我忽略所有错误并开始升华并完成phpcs设置
在崇高中它给了我另一个错误
FileNotFoundError: [Errno 2] No such file or directory: '/opt/pfff/scheck'
任何建议的家伙?