https://github.com/boxuk/codingstandards
Box UK Coding Standards
https://github.com/boxuk/codingstandards
Last synced: 11 months ago
JSON representation
Box UK Coding Standards
- Host: GitHub
- URL: https://github.com/boxuk/codingstandards
- Owner: boxuk
- Created: 2011-05-21T17:15:41.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2013-08-30T12:37:10.000Z (almost 13 years ago)
- Last Synced: 2025-01-06T02:20:15.911Z (over 1 year ago)
- Language: PHP
- Homepage: http://www.boxuk.com
- Size: 168 KB
- Stars: 1
- Watchers: 14
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Box UK - Coding Standards
-------------------------
This repository contains coding standards for various languages. Details about
how to use the standard for each language is provided below. There is Phing
(http://phing.info) build file which runs tests for all the standards.
%> phing
PHP
---
The PHP standard is written for PHP_CodeSniffer (http://pear.php.net/package/PHP_CodeSniffer)
and can be run by using the *--standard* switch to _phpcs_.
%> phpcs /my/code/php --standard=/path/to/boxuk-codingstandards/PHP/BoxUK