Package Details: php-codesniffer 3.12.2-1

Git Clone URL: https://aur.archlinux.org/php-codesniffer.git (read-only, click to copy)
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: https://github.com/PHPCSStandards/PHP_CodeSniffer
Licenses: BSD
Submitter: None
Maintainer: sender
Last Packager: sender
Votes: 63
Popularity: 0.000000
First Submitted: 2010-06-13 09:00 (UTC)
Last Updated: 2025-04-13 09:23 (UTC)

Pinned Comments

sender commented on 2024-07-25 10:59 (UTC)

In case of problems with GPG key try:

gpg --keyserver keys.openpgp.org --recv-keys 689DAD778FF08760E046228BA978220305CD5C32

Thanks @bickman2k, @system7

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

ram4nd commented on 2015-04-09 07:36 (UTC)

Does not work with PhpStorm!

bugbuster commented on 2015-04-05 14:24 (UTC)

I found the reason: My user account has a .pearrc which defines custom directories. This .pearrc is picked up by the build and everything is screwed up. I did not get -u working to skip user configuration. So I ended up using HOME=/tmp pear install -P ${pkgdir} ${srcdir}/${_pkgname}-${pkgver}.tgz which worked ;-)

sender commented on 2015-04-04 21:33 (UTC)

@bugbuster I can't reproduce this error. Other packages installing through PEAR apply similar techniques to remove PEAR metadata from $pkgdir. Suggestions are welcome.

bugbuster commented on 2015-04-04 10:20 (UTC)

The PKGBUILD does not work as expected: LANG=en_US.UTF-8 makepkg ==> Making package: php-codesniffer 2.3.0-1 (Sat Apr 4 12:18:07 CEST 2015) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found PHP_CodeSniffer-2.3.0.tgz ==> Validating source files with md5sums... PHP_CodeSniffer-2.3.0.tgz ... Passed ==> Extracting sources... ==> Removing existing $pkgdir/ directory... ==> Entering fakeroot environment... ==> Starting package()... install ok: channel://pear.php.net/PHP_CodeSniffer-2.3.0 /tmp/php-codesniffer/PKGBUILD: line 24: cd: /tmp/php-codesniffer/pkg/php-codesniffer/usr/share/pear: No such file or directory ==> ERROR: A failure occurred in package(). Aborting...

Durag commented on 2015-04-02 22:08 (UTC)

2.3.0 is out. md5sum is 7572350670346fe9183259d7c0c91656 If you also get a PHP Warning about open_basedir restrictions, I found an easy tutorial how to fix this: https://jfabianpe.wordpress.com/2012/07/03/codesniffer-en-arch-linux/ It's in spanish but easy to understand.

pfrenssen commented on 2015-01-13 08:09 (UTC)

2.1.0 is out.

Cthulhu82 commented on 2014-12-12 14:58 (UTC)

2.0.0 was released on 2014-12-05

dago_ar commented on 2014-10-19 01:00 (UTC)

1.5.5 (stable) was released on 2014-09-26

sender commented on 2013-03-10 11:00 (UTC)

@skremiec Your lines have been added, tested and seem to work fine. Thanks for the addition.