2017 © Pedro Peláez
 

library phpci-eslint

npm eslint plugin for PHPCI

image

sergiu-paraschiv/phpci-eslint

npm eslint plugin for PHPCI

  • Thursday, May 25, 2017
  • by sergiu-paraschiv
  • Repository
  • 1 Watchers
  • 3 Stars
  • 57 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 10 Versions
  • 4 % Grown

The README.md

PHPCI-eslint

Eslint reporter for PHPCI

Add this to composer.json:, (*1)

composer require sergiu-paraschiv/phpci-eslint

Then the task to phpci.yml:, (*2)

test:
    ...
    \SergiuParaschiv\PHPCI\Plugin\Eslint:
        directory: "frontend"
        command: "npm run lint:ci"
        allowed_errors: 10
        allowed_warnings: 20
        data_offset: 2
    ...

Eslint should run with the -f json flag., (*3)

data_offset is the number of lines at the top of the output to skip before parsing the response., (*4)

lint:ci in package.json should be "lint:ci": "eslint 'app/**/*.js' -f json; exit 0",, (*5)

The Versions

25/05 2017

dev-master

9999999-dev

npm eslint plugin for PHPCI

  Sources   Download

by Sergiu Paraschiv

15/07 2016

V2.4

2.4.0.0

npm eslint plugin for PHPCI

  Sources   Download

by Sergiu Paraschiv

19/05 2016

v2.3

2.3.0.0

npm eslint plugin for PHPCI

  Sources   Download

by Sergiu Paraschiv

18/05 2016

v2.2

2.2.0.0

npm eslint plugin for PHPCI

  Sources   Download

by Sergiu Paraschiv

18/05 2016

v2.1

2.1.0.0

npm eslint plugin for PHPCI

  Sources   Download

by Sergiu Paraschiv

18/05 2016

v2.0

2.0.0.0

npm eslint plugin for PHPCI

  Sources   Download

by Sergiu Paraschiv

18/05 2016

v1.3

1.3.0.0

npm eslint plugin for PHPCI

  Sources   Download

by Sergiu Paraschiv

18/05 2016

v1.1

1.1.0.0

npm eslint plugin for PHPCI

  Sources   Download

by Sergiu Paraschiv

18/05 2016

v1.2

1.2.0.0

npm eslint plugin for PHPCI

  Sources   Download

by Sergiu Paraschiv

18/05 2016

v1.0

1.0.0.0

npm eslint plugin for PHPCI

  Sources   Download

by Sergiu Paraschiv