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