trueskill/.phplint.yml

13 lines
164 B
YAML
Raw Normal View History

path:
- src/
- tests/
- benchmark/
jobs: 10
extensions:
- php
exclude:
- vendor
warning: true
memory-limit: -1
no-cache: true
log-junit: "output/lint.xml"