Package Details: php-codesniffer 3.13.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-06-18 10:42 (UTC)

Pinned Comments

sender commented on 2025-06-18 10:56 (UTC) (edited on 2025-06-18 10:56 (UTC) by sender)

In case of missing PGP-key run:

gpg --keyserver hkps://keys.openpgp.org --recv-keys D91D86963AF3A29B6520462297B02DD8E5071466

Note: the previous PGP-key for juliette@phpcodesniffer.com expired in May 2025. If desired you can list all keys associated with that account via gpg --list-keys juliette@phpcodesniffer.com and remove expired ones via gpg --delete-key <insert-key-id>.

Latest Comments

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

sender commented on 2015-04-09 10:16 (UTC)

@ram4nd Can you clarify? Is it a problem with the php-codesniffer or with the custom coding style rule set that you use? After some experimenting I believe it to be the latter. Suggestions are welcome.

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