Giter Site home page Giter Site logo

elgg-coding-standards's Introduction

Elgg coding standards for PHP_CodeSniffer

This contains sniffs to be used with phpcs (PHP_CodeSniffer).

Installation and Usage

  • Install composer
  • Install dependencies with composer install
  • Use the coding standard with vendor/bin/phpcs --standard=src/Elgg.
  • Get a summary report on the engine with vendor/bin/phpcs --standard=src/Elgg -l --report=summary <Elgg engine lib directory>

elgg-coding-standards's People

Contributors

brettp avatar cash avatar ewinslow avatar hypejunction avatar jdalsem avatar jeabakker avatar jumbojett avatar mrclay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

elgg-coding-standards's Issues

Trailing White Space

Following discussion about patches I provide to Elgg, and after reading again the Elgg Coding Standard, it appears that there's no policy for handling trailing white space, especially for empty lines.

My editor always removes white space, unless I'm writing text (i.e. not code), and I find it clean like that. Other editors will leave, or even add a white space or three on an empty line (usually depending on the context: commented line will "get" one space, indented line might get n tabs or spaces, etc.)

It would be nice before I try to figure out how to "fix" that, to have an official policy for trailing white space. (My opinion is: _remove it entirely_.)

elgg_view parameters style

I generally like doing this:

echo elgg_view('input/text', array(
    'internalname' => 'name',
    'internalid' => 'name',
    'value' => $course->name,
    'placeholder' => "EXPL101",
    'required' => TRUE,
));

But CodeSniffer complains: Spaces not allowed in 'array' after opening parenthesis.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.