We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e398dfd commit 816c492Copy full SHA for 816c492
1 file changed
.laminas-ci.json
@@ -1,7 +1,6 @@
1
{
2
- "exclude": [
3
- {
4
- "name": "README Linting [8.0, latest]"
5
- }
6
- ]
+ "additional_checks": [{
+ "name": "Easy Coding Standard",
+ "job": "{\"php\": \"@latest\", \"command\": \"vendor/bin/ecs check ---no-progress-bar --no-ansi\"}"
+ }]
7
}
0 commit comments