2017 © Pedro Peláez
 

library editorconfig-checker

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

image

mstruebing/editorconfig-checker

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

  • Tuesday, March 14, 2017
  • by mstruebing
  • Repository
  • 1 Watchers
  • 1 Stars
  • 83 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 13 Versions
  • 0 % 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

14/03 2017

dev-master

9999999-dev

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