trueskill/.phplint.yml

12 lines
149 B
YAML
Raw Normal View History

path:
- src/
- tests/
- benchmark/
jobs: 10
extensions:
- php
2024-05-21 06:50:32 +00:00
exclude:
- vendor
warning: true
memory-limit: -1
log-junit: "output/lint.xml"