2020-07-07 16:33:34 +02:00
|
|
|
---
|
2018-01-27 17:44:42 +01:00
|
|
|
sniffs:
|
2020-07-07 16:33:34 +02:00
|
|
|
-
|
|
|
|
class: Indentation
|
2018-01-27 17:44:42 +01:00
|
|
|
parameters:
|
|
|
|
indentConditions: true
|
2020-07-07 16:33:34 +02:00
|
|
|
indentPerLevel: 4
|
|
|
|
useSpaces: true
|
|
|
|
-
|
|
|
|
class: DeadCode
|
|
|
|
-
|
|
|
|
class: OperatorWhitespace
|
|
|
|
-
|
|
|
|
class: RepeatingRValue
|
2018-01-27 17:44:42 +01:00
|
|
|
disabled: true
|
2020-07-07 16:33:34 +02:00
|
|
|
-
|
|
|
|
class: DuplicateAssignment
|
|
|
|
-
|
|
|
|
class: EmptySection
|
2018-01-27 17:44:42 +01:00
|
|
|
disabled: true
|
2020-07-07 16:33:34 +02:00
|
|
|
-
|
|
|
|
class: NestingConsistency
|
2018-01-27 17:44:42 +01:00
|
|
|
parameters:
|
2020-07-08 16:53:59 +02:00
|
|
|
commonPathPrefixThreshold: 1
|