trueskill/.phplint.yml
Jens True de6a414d2b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Types with newest rector version
2024-05-21 06:50:32 +00:00

12 lines
149 B
YAML

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