mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
16 lines
373 B
YAML
16 lines
373 B
YAML
sniffs:
|
|
- class: Indentation
|
|
parameters:
|
|
useSpaces: true
|
|
indentPerLevel: 4
|
|
indentConditions: true
|
|
- class: DeadCode
|
|
- class: OperatorWhitespace
|
|
- class: RepeatingRValue
|
|
disabled: true
|
|
- class: DuplicateAssignment
|
|
- class: EmptySection
|
|
disabled: true
|
|
- class: NestingConsistency
|
|
parameters:
|
|
commonPathPrefixThreshold: 1
|