libgraviton/codesniffer

The ENTB code sniffer ruleset used by libgraviton


Keywords
codesniffer, libgraviton, graviton
Licenses
BSD-3-Clause/GPL-3.0+

Documentation

PHP CodeSniffer Ruleset ENTB

PHP CodeSniffer ruleset used throughout libgraviton and in libgraviton based projects.

Defines a phpcs ruleset called “ENTB” that is in active use.

Installation

Use composer like so

{
  "require-dev": {
    "libgraviton/codesniffer": "*",
  }
}

or clone the git repo into an existing PEAR/PHP_CodeSniffer installation.

cd `pear config-get php_dir`/PHP/CodeSniffer/Standards
git clone https://github.com/libgraviton/codesniffer-ruleset-entb ENTB

Usage

Use the composer version

./vendor/bin/phpcs --standard=ENTB src/ test/

or the clone inside your PEAR directory.

phpcs --standard=ENTB src/ test/

Developers

Please submit proper pull requests if you would like to influence our coding standard for the better.