Browse Source

Add Editorconfig-Checker

pull/936/head
Max Strübing 7 years ago
parent
commit
bc9926629d
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

355
 
355
 
356
 * [Better Reflection](https://github.com/Roave/BetterReflection) - AST-based reflection library that allows analysis and manipulation of code
356
 * [Better Reflection](https://github.com/Roave/BetterReflection) - AST-based reflection library that allows analysis and manipulation of code
357
 * [Code Climate](https://codeclimate.com) - An automated code review.
357
 * [Code Climate](https://codeclimate.com) - An automated code review.
358
+* [Editorconfig-Checker](https://github.com/editorconfig-checker/editorconfig-checker.php) - A command line utility which verifies that your files implement your `.editorconfig` rules.
358
 * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
359
 * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
359
 * [PHP Semantic Versioning Checker](https://github.com/tomzx/php-semver-checker) - A command line utility that compares two source sets and determines the appropriate semantic versioning to apply.
360
 * [PHP Semantic Versioning Checker](https://github.com/tomzx/php-semver-checker) - A command line utility that compares two source sets and determines the appropriate semantic versioning to apply.
360
 * [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
361
 * [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.

Loading…
Cancel
Save