2017 © Pedro Peláez
 

library conventions-checker

Pilot project to automatically check LinkORB conventions

image

linkorb/conventions-checker

Pilot project to automatically check LinkORB conventions

  • Thursday, November 19, 2015
  • by joostfaassen
  • Repository
  • 5 Watchers
  • 4 Stars
  • 706 Installations
  • PHP
  • 6 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

Goal

Make automatic conventions checking on each commit., (*1)

Installaion

1. Add path to grumphp configuration file to your composer.json's extra:

For application project:, (*2)

    "extra": {
        "grumphp": {
            "config-default-path": "vendor/linkorb/conventions-checker/config/app/grumphp.yml"
        }
    }

For library project:, (*3)

    "extra": {
        "grumphp": {
            "config-default-path": "vendor/linkorb/conventions-checker/config/lib/grumphp.yml"
        }
    }

2. Add checker to your composer.json:

composer require --dev linkorb/conventions-checker

Usage

Just commit some changes and you see warnings if you don't follow conventions., (*4)

TODO

  • [ ] Automatic project type definition by composer.json's type ("application" or default "library") and update composer.json's extra
  • [ ] Branded ASCII
  • [ ] Distribute it as separate linkorb-checker.phar (Maybe?)

The Versions

19/11 2015

dev-master

9999999-dev

Pilot project to automatically check LinkORB conventions

  Sources   Download

MIT

The Requires

 

by LinkORB Engineering Team

14/09 2015

v1.1.0

1.1.0.0

Pilot project to automatically check LinkORB conventions

  Sources   Download

MIT

The Requires

 

by LinkORB Engineering Team

14/09 2015

v1.0.2

1.0.2.0

Pilot project to automatically check conventions from http://engineering.linkorb.com/code-with-us/conventions

  Sources   Download

MIT

The Requires

 

01/09 2015

v1.0.1

1.0.1.0

Pilot project to automatically check conventions from http://engineering.linkorb.com/code-with-us/conventions

  Sources   Download

MIT

The Requires

 

01/09 2015

v1.0.0

1.0.0.0

Pilot project to automatically check conventions from http://engineering.linkorb.com/code-with-us/conventions

  Sources   Download

MIT

The Requires