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
|
2025-11-13 17:37:46 +01:00
|
|
|
- implicit_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
|
2024-02-16 20:51:24 +01:00
|
|
|
- _values
|
|
|
|
|
- _writeTS
|
2024-03-05 19:04:02 +01:00
|
|
|
- LineChartHistory
|
2024-08-12 17:16:33 +02:00
|
|
|
- SpeedPictogramColor
|
2024-10-25 21:42:19 +02:00
|
|
|
- SensorsWidgetValue
|
2025-03-22 12:59:23 +01:00
|
|
|
- access_token
|
|
|
|
|
- refresh_token
|
2025-04-01 19:13:38 +02:00
|
|
|
- device_code
|
|
|
|
|
- user_code
|
|
|
|
|
- verification_uri_complete
|
|
|
|
|
- expires_in
|
2021-05-22 14:58:20 +02:00
|
|
|
|
|
|
|
|
line_length: 200
|
|
|
|
|
|
|
|
|
|
type_body_length:
|
2023-04-01 16:58:05 +02:00
|
|
|
- 700
|
2023-12-04 21:45:03 +01:00
|
|
|
- 1000
|
2021-05-22 14:58:20 +02:00
|
|
|
|
|
|
|
|
file_length:
|
2023-12-04 21:45:03 +01:00
|
|
|
- 1400
|
2025-03-22 12:59:23 +01:00
|
|
|
- 1800
|