2017 © Pedro Peláez
 

project code-checker

A simple tool to check source code against a set of coding standards.

image

kdyby/code-checker

A simple tool to check source code against a set of coding standards.

  • Friday, September 15, 2017
  • by fprochazka
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14,283 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 21 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Code Checker

Downloads this Month Build Status Latest Stable Version License, (*1)

A simple tool to check source code against a set of Nette coding standards., (*2)

Code Checker requires PHP 5.4 or newer. The best way how to install is to use a Composer:, (*3)

composer create-project nette/code-checker

Note that this is a tool and not a library, so it cannot be installed using the command composer require., (*4)

Usage:, (*5)

php code-checker.php [options]

Options:
    -d <path>             folder to scan (default: current directory)
    -i | --ignore <mask>  files or directories to ignore (can be used multiple times)
    -f | --fix            fixes files
    -l | --eol            convert newline characters
    --short-arrays        enforces PHP 5.4 short array syntax

The Versions

15/09 2017

dev-kdyby

dev-kdyby

A simple tool to check source code against a set of coding standards.

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

08/07 2016

v1.0.1

1.0.1.0

A simple tool to check source code against a set of coding standards.

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

07/07 2016

v1.0.0

1.0.0.0

A simple tool to check source code against a set of coding standards.

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

06/07 2016

dev-master

9999999-dev

A simple tool to check source code against a set of coding standards.

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires