Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: php-codesniffer 2.7.0-2
Git Clone URL: | https://aur-dev.archlinux.org/php-codesniffer.git (read-only) |
---|---|
Package Base: | php-codesniffer |
Description: | PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files to detect and fix violations of a defined set of coding standards. |
Upstream URL: | http://pear.php.net/package/PHP_CodeSniffer/ |
Licenses: | |
Submitter: | None |
Maintainer: | sender |
Last Packager: | sender |
Votes: | 40 |
Popularity: | 0.688149 |
First Submitted: | 2010-06-13 09:00 |
Last Updated: | 2016-10-03 07:57 |
Latest Comments
1 2 3 4 Next › Last »
rednas commented on 2016-10-21 07:04
@sender, thanks for looking about the problem. Today it worked. Maybe some broken build in my cache. Although I deleted it meanwhile.
sender commented on 2016-10-20 16:19
@rednas This time I can't replicate. When I download the phar's from github and run sha256sum on them, they all match.
rednas commented on 2016-10-19 06:02
Hi,
since last update the validity check error is back:
==> Validating source files with sha256sums...
phpcs.phar ... FAILED
phpcbf.phar ... FAILED
licence.txt ... Passed
==> ERROR: One or more files did not pass the validity check!
sender commented on 2016-06-01 10:14
@sanduhrs Fixed checksums. Got bitten by old-version/same-name *.phar in build dir.
sanduhrs commented on 2016-05-31 17:13
==> Validating source files with sha256sums...
phpcs.phar ... FAILED
phpcbf.phar ... FAILED
licence.txt ... Passed
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build php-codesniffer.
sender commented on 2016-04-17 12:02
@KingCrunch I've switched this package to use PHAR instead of using PEAR. Thanks for the pointer. Please test.
sender commented on 2016-04-16 17:03
@KingCrunch I haven't used this personally for a while. Do you refer to/what do you think of the: 'php pyrus.phar install pear/PHP_CodeSniffer' method that's suggested on http://pear.php.net/package/PHP_CodeSniffer?
KingCrunch commented on 2016-04-14 22:08
Hi.
I've seen the same issue and yes, adjusting the include_path should solve my problem. Is there's a reason you don't use the PHAR distribution? It contains all required dependencies, thus there is no need to change system settings to get things working.
Alphanumerix commented on 2016-01-14 16:12
No, but thanks for update.
My error can be fixed by setting:
include_path = ".:/usr/share/pear"
in php.ini.
Thanks for your reply :)
sender commented on 2016-01-13 17:05
Updated to latest stable v2.5.0
@Alphanumerix: does this fix your problem?