mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
45 lines
710 B
YAML
45 lines
710 B
YAML
disabled_rules:
|
|
- force_cast # todo
|
|
- type_name # todo
|
|
- cyclomatic_complexity # todo
|
|
- trailing_whitespace
|
|
- opening_brace
|
|
- implicit_getter
|
|
- redundant_optional_initialization
|
|
|
|
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
|
|
- Alignments
|
|
|
|
line_length: 200
|
|
|
|
function_body_length:
|
|
- 60
|
|
- 80
|
|
|
|
type_body_length:
|
|
- 300
|
|
- 400
|
|
|
|
file_length:
|
|
- 500
|
|
- 800 |