diff --git a/README.md b/README.md index 5c6fcc8..35068fc 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ It has been extracted as a separate project to make maintenance easier and enabl | twig-lint | [Standalone cli twig 1.X linter](https://github.com/asm89/twig-lint) | ✅ | ✅ | ✅ | | twig-linter | [Standalone cli twig 3.X linter](https://github.com/sserbin/twig-linter) | ✅ | ✅ | ✅ | | twigcs | [The missing checkstyle for twig!](https://github.com/friendsoftwig/twigcs) | ✅ | ✅ | ✅ | -| yaml-lint | [Compact command line utility for checking YAML file syntax](https://github.com/j13k/yaml-lint) | ✅ | ✅ | ✅ | +| yaml-lint | [Compact command line utility for checking YAML file syntax](https://github.com/j13k/yaml-lint) | ❌ | ✅ | ✅ | ### Removed tools diff --git a/resources/linting.json b/resources/linting.json index 9a87b64..b5f7465 100644 --- a/resources/linting.json +++ b/resources/linting.json @@ -52,7 +52,7 @@ } }, "test": "yaml-lint --version", - "tags": ["linting"] + "tags": ["linting", "exclude-php:8.1"] }, { "name": "twig-linter",