mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 06:36:13 +01:00
c38b8fc3e4
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
24 lines
405 B
YAML
24 lines
405 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
|