Part-DB.Part-DB-server/ecs.yaml
2020-03-15 13:56:31 +01:00

18 lines
No EOL
341 B
YAML

parameters:
sets:
- "psr12"
- "php70"
- "php71"
- "clean-code"
- "common"
# very nice to have ↓
# - "symplify"
- "symfony"
paths:
- 'src'
- 'tests'
skip:
Symplify\CodingStandard\Fixer\Naming\PropertyNameMatchingTypeFixer: ~
Symplify\CodingStandard\Fixer\LineLength\LineLengthFixer: ~