mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
f34cfb701b
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
24 lines
No EOL
404 B
YAML
24 lines
No EOL
404 B
YAML
---
|
|
sniffs:
|
|
-
|
|
class: Indentation
|
|
parameters:
|
|
indentConditions: true
|
|
indentPerLevel: 4
|
|
useSpaces: true
|
|
-
|
|
class: DeadCode
|
|
-
|
|
class: OperatorWhitespace
|
|
-
|
|
class: RepeatingRValue
|
|
disabled: true
|
|
-
|
|
class: DuplicateAssignment
|
|
-
|
|
class: EmptySection
|
|
disabled: true
|
|
-
|
|
class: NestingConsistency
|
|
parameters:
|
|
commonPathPrefixThreshold: 1 |