Part-DB.Part-DB-server/ecs.yaml

18 lines
341 B
YAML
Raw Normal View History

parameters:
sets:
- "psr12"
- "php70"
- "php71"
- "clean-code"
- "common"
# very nice to have ↓
2020-02-01 16:17:20 +01:00
# - "symplify"
2020-01-05 22:49:00 +01:00
- "symfony"
2020-03-15 13:56:31 +01:00
paths:
- 'src'
- 'tests'
2020-01-05 22:49:00 +01:00
skip:
Symplify\CodingStandard\Fixer\Naming\PropertyNameMatchingTypeFixer: ~
Symplify\CodingStandard\Fixer\LineLength\LineLengthFixer: ~