trueskill/.phplint.yml

12 lines
152 B
YAML
Raw Normal View History

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