diff --git a/README.md b/README.md index a3cac20b..987832f6 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ It has been extracted as a separate project to make maintenance easier and enabl | phpdoc-to-typehint | [Automatically adds type hints and return types based on PHPDocs](https://github.com/dunglas/phpdoc-to-typehint) | ✅ | ✅ | ✅ | | phpDocumentor | [Documentation generator](https://www.phpdoc.org/) | ✅ | ✅ | ✅ | | phpinsights | [Analyses code quality, style, architecture and complexity](https://phpinsights.com/) | ✅ | ✅ | ❌ | -| phplint | [Lints php files in parallel](https://github.com/overtrue/phplint) | ✅ | ✅ | ✅ | +| phplint | [Lints php files in parallel](https://github.com/overtrue/phplint) | ❌ | ✅ | ✅ | | phploc | [A tool for quickly measuring the size of a PHP project](https://github.com/sebastianbergmann/phploc) | ✅ | ✅ | ✅ | | phpmd | [A tool for finding problems in PHP code](https://phpmd.org/) | ✅ | ✅ | ✅ | | phpmetrics | [Static Analysis Tool](http://www.phpmetrics.org/) | ✅ | ✅ | ✅ | diff --git a/resources/linting.json b/resources/linting.json index 5a365e88..c191d343 100644 --- a/resources/linting.json +++ b/resources/linting.json @@ -25,7 +25,7 @@ } }, "test": "phplint -V", - "tags": ["linting"] + "tags": ["exclude-php:7.3", "linting"] }, { "name": "twig-lint",