Skip to content

Commit 6481b70

Browse files
committed
update core
1 parent 73878db commit 6481b70

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
### Fixed
99
### Security
1010

11+
## [10.1.0] - 2020-06-07
12+
see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.1.0
13+
1114
## [10.0.4] - 2020-05-18
1215
see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.0.4
1316

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ This is a command-line tool to check if given files implement your .editorconfig
1717
[![Latest Unstable Version](https://poser.pugx.org/editorconfig-checker/editorconfig-checker/v/unstable)](https://packagist.org/packages/editorconfig-checker/editorconfig-checker)
1818
[![License](https://poser.pugx.org/editorconfig-checker/editorconfig-checker/license)](https://packagist.org/packages/editorconfig-checker/editorconfig-checker)
1919

20+
<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>
21+
2022
## What?
2123

2224
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.

src/EditorconfigChecker/Cli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use EditorconfigChecker\Utilities;
66

7-
define('CORE_VERSION', '2.0.4');
7+
define('CORE_VERSION', '2.1.0');
88

99
class Cli
1010
{

0 commit comments

Comments
 (0)