Skip to content

Commit

Permalink
Disable yaml-lint on PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Apr 22, 2024
1 parent 061761d commit 981e4e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion resources/linting.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
},
"test": "yaml-lint --version",
"tags": ["linting"]
"tags": ["linting", "exclude-php:8.1"]
},
{
"name": "twig-linter",
Expand Down

0 comments on commit 981e4e5

Please sign in to comment.