NetNewsWire/.swiftlint.yml

36 lines
637 B
YAML
Raw Normal View History

2025-01-22 22:26:41 -08:00
identifier_name:
min_length: 1
2025-01-22 22:48:24 -08:00
max_length: 50
2025-01-23 22:52:36 -08:00
allowed_symbols: "_"
2025-01-22 22:38:37 -08:00
2025-01-24 22:31:37 -08:00
# line_length:
# warning: 200
# error: 300
# ignores_comments: true
# ignores_urls: true
2025-01-22 22:38:37 -08:00
2025-01-23 22:17:28 -08:00
large_tuple:
warning: 3
error: 4
2025-01-22 22:43:57 -08:00
disabled_rules:
- todo
2025-01-23 21:49:14 -08:00
- for_where
- file_length
2025-01-23 21:50:40 -08:00
- force_cast
2025-01-23 22:17:28 -08:00
- force_try
2025-01-23 22:52:36 -08:00
- cyclomatic_complexity
- generic_type_name
2025-01-24 15:50:14 -08:00
- function_body_length
- type_body_length
2025-01-24 22:13:01 -08:00
- function_parameter_count
- line_length
2025-01-22 22:43:57 -08:00
2025-01-22 23:02:45 -08:00
excluded:
- Modules/Secrets/Sources/Secrets/SecretKey.swift
2025-01-22 23:06:54 -08:00
- Modules/Account/Tests/AccountTests/Feedly/
2025-01-23 21:04:27 -08:00
- Widget/Resources/Localized.swift
2025-01-23 22:17:28 -08:00
- Shared/Extensions/NSAttributedString+NetNewsWire.swift
2025-01-23 21:04:27 -08:00