2017 © Pedro Peláez
 

library editorconfig-checker

A tool to verify that your files follow the rules of your .editorconfig

image

editorconfig-checker/editorconfig-checker

A tool to verify that your files follow the rules of your .editorconfig

  • Monday, May 7, 2018
  • by mstruebing
  • Repository
  • 2 Watchers
  • 28 Stars
  • 4,287 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 7 Forks
  • 8 Open issues
  • 40 Versions
  • 33 % Grown

The README.md

editorconfig-checker

Logo, (*1)

This is a command-line tool to check if given files implement your .editorconfig rules., (*2)

Build Status Coverage Status Code Climate Issue Count psr2 composer.lock Total Downloads Daily Downloads Monthly Downloads Latest Stable Version Latest Unstable Version License, (*3)

Buy Me A Coffee, (*4)

What?

This is a tool to check if your files consider your .editorconfig. Most tools - like linters for example - only test one filetype and need an extra configuration. This tool only needs your editorconfig to check all files., (*5)

Sample Output, (*6)

Important

This is only a wrapper for the core editorconfig-checker. You should have a look at this repository to know how this tool can be used and what possibilities/caveats are there. This version can be used in the same way as the core as every argument is simply passed down to it., (*7)

Installation

composer require --dev editorconfig-checker/editorconfig-checker

Usage

vendor/bin/ec

Configuration

You can configure analysis in .ecrc json file, e.g.:, (*8)

{
    "Exclude": [
        "^vendor\/",
        "^var\/",
        "^\\.idea\/",
        "\\.phar$"
    ]
}

Full list of config options is in core docs, (*9)

Cli options

Please head to core docs., (*10)

Support

If you have any questions or just want to chat join #editorconfig-checker on freenode(IRC). If you don't have an IRC-client set up you can use the freenode webchat., (*11)

The Versions

07/05 2018

dev-master

9999999-dev

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

07/05 2018

v7.1.0

7.1.0.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

07/05 2018

dev-correctLink

dev-correctLink

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

07/05 2018

dev-incrTestCov

dev-incrTestCov

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

07/05 2018

dev-feat/85/disableLine

dev-feat/85/disableLine

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

13/01 2018

dev-minor

dev-minor

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

13/01 2018

dev-updatePHPCodesniffer

dev-updatePHPCodesniffer

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

13/01 2018

dev-updatePHPCoveralls

dev-updatePHPCoveralls

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

13/01 2018

dev-updateSymfonyFinder

dev-updateSymfonyFinder

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

13/01 2018

dev-updatePHPUnit

dev-updatePHPUnit

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

15/12 2017

7.0.6

7.0.6.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

08/12 2017

7.0.5

7.0.5.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

08/12 2017

dev-bugfix/74/countable

dev-bugfix/74/countable

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

21/10 2017

7.0.4

7.0.4.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

04/10 2017

7.0.3

7.0.3.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

04/10 2017

dev-bugfix/71/preventRuntimeError

dev-bugfix/71/preventRuntimeError

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

02/09 2017

7.0.2

7.0.2.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

17/08 2017

7.0.1

7.0.1.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

13/08 2017

7.0.0

7.0.0.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

04/08 2017

dev-task/removeWebmozartGlob

dev-task/removeWebmozartGlob

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

02/07 2017

6.0.0

6.0.0.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

04/05 2017

5.1.1

5.1.1.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

27/04 2017

5.0.1

5.0.1.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

25/04 2017

5.0.0

5.0.0.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Requires

 

The Development Requires

17/03 2017

4.1.0

4.1.0.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Development Requires

16/03 2017

4.0.2

4.0.2.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Development Requires

15/03 2017

4.0.1

4.0.1.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Development Requires

14/03 2017

4.0.0

4.0.0.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Development Requires

14/03 2017

3.0.2

3.0.2.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Development Requires

14/02 2017

3.0.1

3.0.1.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Development Requires

09/02 2017

3.0.0

3.0.0.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Development Requires

07/02 2017

2.3.7

2.3.7.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Development Requires

02/02 2017

2.2.6

2.2.6.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Development Requires

02/02 2017

2.2.5

2.2.5.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Development Requires

02/02 2017

2.2.4

2.2.4.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Development Requires

02/02 2017

1.2.3

1.2.3.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Development Requires

01/02 2017

1.1.3

1.1.3.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Development Requires

30/01 2017

1.1.2

1.1.2.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Development Requires

30/01 2017

1.1.0

1.1.0.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Development Requires

30/01 2017

1.0.0

1.0.0.0

A tool to verify that your files follow the rules of your .editorconfig

  Sources   Download

MIT

The Development Requires