Skip to content

Commit

Permalink
update core
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Jun 7, 2020
1 parent 73878db commit 6481b70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
### Fixed
### Security

## [10.1.0] - 2020-06-07
see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.1.0

## [10.0.4] - 2020-05-18
see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.0.4

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ This is a command-line tool to check if given files implement your .editorconfig
[![Latest Unstable Version](https://poser.pugx.org/editorconfig-checker/editorconfig-checker/v/unstable)](https://packagist.org/packages/editorconfig-checker/editorconfig-checker)
[![License](https://poser.pugx.org/editorconfig-checker/editorconfig-checker/license)](https://packagist.org/packages/editorconfig-checker/editorconfig-checker)

<a href="https://www.buymeacoffee.com/mstruebing" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>

## 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.
Expand Down
2 changes: 1 addition & 1 deletion src/EditorconfigChecker/Cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use EditorconfigChecker\Utilities;

define('CORE_VERSION', '2.0.4');
define('CORE_VERSION', '2.1.0');

class Cli
{
Expand Down

0 comments on commit 6481b70

Please sign in to comment.