2021-05-22 14:58:20 +02:00
|
|
|
disabled_rules:
|
|
|
|
|
- force_cast # todo
|
|
|
|
|
- type_name # todo
|
|
|
|
|
- cyclomatic_complexity # todo
|
|
|
|
|
- trailing_whitespace
|
|
|
|
|
- opening_brace
|
|
|
|
|
- implicit_getter
|
|
|
|
|
- redundant_optional_initialization
|
2022-01-11 22:51:55 +01:00
|
|
|
- large_tuple
|
2023-04-01 16:58:05 +02:00
|
|
|
- function_body_length
|
2021-05-22 14:58:20 +02:00
|
|
|
|
|
|
|
|
opt_in_rules:
|
|
|
|
|
- control_statement
|
|
|
|
|
- empty_count
|
|
|
|
|
- trailing_newline
|
|
|
|
|
- colon
|
|
|
|
|
- comma
|
|
|
|
|
|
|
|
|
|
identifier_name:
|
|
|
|
|
min_length: 1
|
|
|
|
|
excluded:
|
|
|
|
|
- AppUpdateIntervals
|
|
|
|
|
- TemperatureUnits
|
|
|
|
|
- SpeedBase
|
|
|
|
|
- SensorsWidgetMode
|
|
|
|
|
- SpeedPictogram
|
|
|
|
|
- BatteryAdditionals
|
|
|
|
|
- ShortLong
|
|
|
|
|
- ReaderUpdateIntervals
|
|
|
|
|
- NumbersOfProcesses
|
|
|
|
|
- NetworkReaders
|
|
|
|
|
- SensorsList
|
2021-07-01 21:22:59 +02:00
|
|
|
- Alignments
|
2021-08-27 18:11:43 +02:00
|
|
|
- _devices
|
|
|
|
|
- _uuidAddress
|
2021-09-04 05:35:42 +02:00
|
|
|
- AppleSiliconSensorsList
|
2022-12-21 19:47:17 +01:00
|
|
|
- FanValues
|
2023-02-06 17:59:40 +01:00
|
|
|
- CombinedModulesSpacings
|
2023-03-03 19:52:10 +01:00
|
|
|
- BatteryInfo
|
2023-03-09 18:37:17 +01:00
|
|
|
- PublicIPAddressRefreshIntervals
|
2021-05-22 14:58:20 +02:00
|
|
|
|
|
|
|
|
line_length: 200
|
|
|
|
|
|
|
|
|
|
type_body_length:
|
2023-04-01 16:58:05 +02:00
|
|
|
- 500
|
|
|
|
|
- 700
|
2021-05-22 14:58:20 +02:00
|
|
|
|
|
|
|
|
file_length:
|
2022-10-04 21:45:40 +02:00
|
|
|
- 1200
|
|
|
|
|
- 1600
|