mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
17 lines
373 B
YAML
17 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
|