2017 © Pedro Peláez
 

library arc-composer

Composer linter for Phabricator's Arcanist

image

diablomedia/arc-composer

Composer linter for Phabricator's Arcanist

  • Friday, June 15, 2018
  • by aripringle
  • Repository
  • 3 Watchers
  • 0 Stars
  • 139 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 1164 % Grown

The README.md

arc-composer

Composer linter for Arcanist., (*1)

This validates composer.json/composer.lock files using composer validate., (*2)

Installation

Require this project via composer: composer require-dev diablomedia/arc-composer, (*3)

Add the load path to your .arcconfig:, (*4)

{
    "load": ["vendor/diablomedia/arc-composer"]
}

Configuration

Add the linter to your .arclint file. It is recommended to include both your composer.json and composer.lock files so that the linter will run if either of these files have changed:, (*5)

{
    "linters": {
        "composer": {
            "bin": ["/usr/local/bin/composer"],
            "type": "diablomedia-composer",
            "include": [
                "(^composer.json$)",
                "(^composer.lock$)"
            ],
            "strict": "false"
        }
    }
}

Enabling the "strict" flag will cause warnings to show up as errors, and cause the --strict flag to be passed to the composer validate command., (*6)

The Versions

15/06 2018

dev-master

9999999-dev https://github.com/diablomedia/arc-composer

Composer linter for Phabricator's Arcanist

  Sources   Download

LGPL-3.0-or-later

The Requires

  • php >= 5.6.0

 

The Development Requires

composer phabricator arcanist

15/06 2018

v1.0.2

1.0.2.0 https://github.com/diablomedia/arc-composer

Composer linter for Phabricator's Arcanist

  Sources   Download

LGPL-3.0-or-later

The Requires

  • php >= 5.6.0

 

The Development Requires

composer phabricator arcanist

22/05 2018

v1.0.1

1.0.1.0 https://github.com/diablomedia/arc-composer

Composer linter for Phabricator's Arcanist

  Sources   Download

LGPL-3.0-or-later

The Requires

  • php >= 5.6.0

 

The Development Requires

composer phabricator arcanist

11/05 2018

v1.0.0

1.0.0.0 https://github.com/diablomedia/arc-composer

Composer linter for Phabricator's Arcanist

  Sources   Download

LGPL-3.0-or-later

The Requires

  • php >= 5.6.0

 

The Development Requires

composer phabricator arcanist