2017 © Pedro Peláez
 

phpcodesniffer-standard coding-standards

CodeSniffer ruleset for the Superbrave coding standard

image

superbrave/coding-standards

CodeSniffer ruleset for the Superbrave coding standard

  • Wednesday, May 9, 2018
  • by accsuperbrave
  • Repository
  • 3 Watchers
  • 1 Stars
  • 802 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 45 % Grown

The README.md

Superbrave coding standards

The Superbrave coding standards uses some existing standards combined, with a few exceptions., (*1)

For more details about a custom code guideline, see https://github.com/squizlabs/PHP_CodeSniffer/wiki/Coding-Standard-Tutorial, (*2)

Usage through composer

When using these coding standards through composer, modify the following files:, (*3)

composer.json, (*4)

"require-dev" : {
  "superbrave/coding-standards": "dev-master"
}

phpcs.xml, (*5)

<?xml version="1.0"?>
<ruleset>
  <rule ref="vendor/superbrave/coding-standards/Superbrave"/>
</ruleset>

Don't forget to run a composer update after editing the composer.json file., (*6)

The Versions

09/05 2018

dev-master

9999999-dev

CodeSniffer ruleset for the Superbrave coding standard

  Sources   Download

The Development Requires

by Stefan Thoolen

phpcs coding standard

09/05 2018

dev-infinite-loop-fix

dev-infinite-loop-fix

CodeSniffer ruleset for the Superbrave coding standard

  Sources   Download

The Development Requires

by Stefan Thoolen

phpcs coding standard

08/05 2018

0.1

0.1.0.0

CodeSniffer ruleset for the Superbrave coding standard

  Sources   Download

The Development Requires

by Stefan Thoolen

phpcs coding standard

08/05 2018

dev-return_above_throws

dev-return_above_throws

CodeSniffer ruleset for the Superbrave coding standard

  Sources   Download

The Development Requires

by Stefan Thoolen

phpcs coding standard