MarQuisKnox / coding-standard

This Repository contains the necessary files for testing code against out coding standard,

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZooRoyal Coding Standard

This repository holds the necessary data to use the ZooRoyal coding standard. It incorporates

Furthermore there are the bash scripts in /src/bin which are meant to be used in the .travis build file. They search your source code for files to check by their static code analysis tool. Information about their usage can be found by calling them with -h option.

Installation

To install this package just run

composer require "zooroyal/coding-standard"

Usage

Run the command to get usage instructions.

php vendor/bin/coding-standard

For examples just have a look an the .travis.yml

About

This Repository contains the necessary files for testing code against out coding standard,

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 99.3%Language:JavaScript 0.7%